Html Css Color HEX #AF571E Rich Gold

📋 copy color: '#AF571E'

red 175 ◦ green 87 ◦ blue 30

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

Shades of Rich Gold #AF571E

Tints of Rich Gold #AF571E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.27%

R = 59.93%
G = 29.79%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF571E (or 0xAF571E) is known color: Rich Gold. HEX triplet: AF, 57 and 1E. RGB value is (175,87,30). Sum of RGB (Red+Green+Blue) = 175+87+30=292 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.93% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 30 (12.11% from 255 or 10.27% from 292); Max value from RGB is 175 - color contains mainly: red. Hex color #AF571E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF571E is #50A8E1. Grayscale: #6B6B6B. Windows color (decimal): -5286114 or 1988527. OLE color: 1988527.

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

Color convert

RGB 175 87 30 -
CMYK 0 0.50 0.83 0.31
HSL 23.59º 0.71% 0.4% -
HSV(B) 23.59º 0.83% 0.69% -
XYZ 21.32 16.02 3.2 -
YUV 106.81 84.65 176.63 -
System Red Green Blue C M Y K H S L
Decimal 175 87 30 0 0.50 0.83 0.31 23.59 0.71 0.4
Hex AF 57 1E 0 32 53 1F 18 47 28
Octal 257 127 36 0 62 123 37 30 107 50
Binary 10101111 1010111 11110 0 110010 1010011 11111 11000 1000111 101000

Color Harmonies of #AF571E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF571E

Black with #AF571E

Text Example


Text Example

White with #AF571E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF571E; }

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

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

background-color css

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

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

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

border-color css

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

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

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