Html Css Color HEX #AF523A Orange Roughy

📋 copy color: '#AF523A'

red 175 ◦ green 82 ◦ blue 58

#AF523A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange Roughy #AF523A

Tints of Orange Roughy #AF523A

RGB

 RED value IS 175 (68.75% from 255) = 55.56%

 GREEN value IS 82 (32.42% from 255) = 26.03%

 BLUE value IS 58 (23.05% from 255) = 18.41%

R = 55.56%
G = 26.03%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF523A (or 0xAF523A) is known color: Orange Roughy. HEX triplet: AF, 52 and 3A. RGB value is (175,82,58). Sum of RGB (Red+Green+Blue) = 175+82+58=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF523A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF523A is #50ADC5. Grayscale: #6B6B6B. Windows color (decimal): -5287366 or 3822255. OLE color: 3822255.

HSL color Cylindrical-coordinate representation of color #AF523A: hue angle of 12.31º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF523A is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 82 58 -
CMYK 0 0.53 0.67 0.31
HSL 12.31º 0.5% 0.46% -
HSV(B) 12.31º 0.67% 0.69% -
XYZ 21.46 15.45 5.85 -
YUV 107.07 100.31 176.45 -
System Red Green Blue C M Y K H S L
Decimal 175 82 58 0 0.53 0.67 0.31 12.31 0.5 0.46
Hex AF 52 3A 0 35 43 1F C 32 2E
Octal 257 122 72 0 65 103 37 14 62 56
Binary 10101111 1010010 111010 0 110101 1000011 11111 1100 110010 101110

Color Harmonies of #AF523A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF523A

Black with #AF523A

Text Example


Text Example

White with #AF523A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF523A; }

 p { color: rgb(175,82,58); }

 H1.HeaderClassName
 {
   color: #AF523A;
 }
 .AnyTagClassName
 {
   color: #AF523A;
 }
</style>

background-color css

<style>
 a { background-color: #AF523A; }

 a { background-color: rgb(175,82,58); }

 div.DivClassName
 {
   background-color: #AF523A;
 }
 .BgClassName
 {
   background-color: #AF523A;
 }
</style>

border-color css

<style>
 span { border-color: #AF523A; }

 span { border-color: rgb(175,82,58); }

 td.TdClassName
 {
   border-color: #AF523A;
 }
 .TagClassName
 {
   border-color: #AF523A;
 }
</style>