Html Css Color HEX #AF571B Rich Gold

📋 copy color: '#AF571B'

red 175 ◦ green 87 ◦ blue 27

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

Shades of Rich Gold #AF571B

Tints of Rich Gold #AF571B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.34%

R = 60.55%
G = 30.1%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF571B (or 0xAF571B) is known color: Rich Gold. HEX triplet: AF, 57 and 1B. RGB value is (175,87,27). Sum of RGB (Red+Green+Blue) = 175+87+27=289 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.55% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 175 - color contains mainly: red. Hex color #AF571B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF571B is #50A8E4. Grayscale: #6A6A6A. Windows color (decimal): -5286117 or 1791919. OLE color: 1791919.

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

Color convert

RGB 175 87 27 -
CMYK 0 0.50 0.85 0.31
HSL 24.32º 0.73% 0.4% -
HSV(B) 24.32º 0.85% 0.69% -
XYZ 21.29 16.01 3.01 -
YUV 106.47 83.15 176.88 -
System Red Green Blue C M Y K H S L
Decimal 175 87 27 0 0.50 0.85 0.31 24.32 0.73 0.4
Hex AF 57 1B 0 32 55 1F 18 49 28
Octal 257 127 33 0 62 125 37 30 111 50
Binary 10101111 1010111 11011 0 110010 1010101 11111 11000 1001001 101000

Color Harmonies of #AF571B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF571B

Black with #AF571B

Text Example


Text Example

White with #AF571B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF571B; }

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

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

background-color css

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

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

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

border-color css

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

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

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