Html Css Color HEX #AF501C Rich Gold

📋 copy color: '#AF501C'

red 175 ◦ green 80 ◦ blue 28

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

Shades of Rich Gold #AF501C

Tints of Rich Gold #AF501C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.27%

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

R = 61.84%
G = 28.27%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF501C (or 0xAF501C) is known color: Rich Gold. HEX triplet: AF, 50 and 1C. RGB value is (175,80,28). Sum of RGB (Red+Green+Blue) = 175+80+28=283 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.84% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 28 (11.33% from 255 or 9.89% from 283); Max value from RGB is 175 - color contains mainly: red. Hex color #AF501C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF501C is #50AFE3. Grayscale: #666666. Windows color (decimal): -5287908 or 1855663. OLE color: 1855663.

HSL color Cylindrical-coordinate representation of color #AF501C: hue angle of 21.22º 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 #AF501C is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 80 28 -
CMYK 0 0.54 0.84 0.31
HSL 21.22º 0.72% 0.4% -
HSV(B) 21.22º 0.84% 0.69% -
XYZ 20.76 14.94 2.89 -
YUV 102.48 85.97 179.73 -
System Red Green Blue C M Y K H S L
Decimal 175 80 28 0 0.54 0.84 0.31 21.22 0.72 0.4
Hex AF 50 1C 0 36 54 1F 15 48 28
Octal 257 120 34 0 66 124 37 25 110 50
Binary 10101111 1010000 11100 0 110110 1010100 11111 10101 1001000 101000

Color Harmonies of #AF501C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF501C

Black with #AF501C

Text Example


Text Example

White with #AF501C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF501C; }

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

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

background-color css

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

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

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

border-color css

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

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

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