Html Css Color HEX #AF571C Rich Gold

📋 copy color: '#AF571C'

red 175 ◦ green 87 ◦ blue 28

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

Shades of Rich Gold #AF571C

Tints of Rich Gold #AF571C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30%

 BLUE value IS 28 (11.33% from 255) = 9.66%

R = 60.34%
G = 30%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF571C (or 0xAF571C) is known color: Rich Gold. HEX triplet: AF, 57 and 1C. RGB value is (175,87,28). Sum of RGB (Red+Green+Blue) = 175+87+28=290 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.34% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 28 (11.33% from 255 or 9.66% from 290); Max value from RGB is 175 - color contains mainly: red. Hex color #AF571C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF571C is #50A8E3. Grayscale: #6A6A6A. Windows color (decimal): -5286116 or 1857455. OLE color: 1857455.

HSL color Cylindrical-coordinate representation of color #AF571C: hue angle of 24.08º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF571C is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 87 28 -
CMYK 0 0.50 0.84 0.31
HSL 24.08º 0.72% 0.4% -
HSV(B) 24.08º 0.84% 0.69% -
XYZ 21.3 16.01 3.07 -
YUV 106.59 83.65 176.8 -
System Red Green Blue C M Y K H S L
Decimal 175 87 28 0 0.50 0.84 0.31 24.08 0.72 0.4
Hex AF 57 1C 0 32 54 1F 18 48 28
Octal 257 127 34 0 62 124 37 30 110 50
Binary 10101111 1010111 11100 0 110010 1010100 11111 11000 1001000 101000

Color Harmonies of #AF571C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF571C

Black with #AF571C

Text Example


Text Example

White with #AF571C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF571C; }

 p { color: rgb(175,87,28); }

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

background-color css

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

 a { background-color: rgb(175,87,28); }

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

border-color css

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

 span { border-color: rgb(175,87,28); }

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