Html Css Color HEX #AF5614 Rich Gold

📋 copy color: '#AF5614'

red 175 ◦ green 86 ◦ blue 20

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

Shades of Rich Gold #AF5614

Tints of Rich Gold #AF5614

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.6%

 BLUE value IS 20 (8.2% from 255) = 7.12%

R = 62.28%
G = 30.6%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF5614 (or 0xAF5614) is known color: Rich Gold. HEX triplet: AF, 56 and 14. RGB value is (175,86,20). Sum of RGB (Red+Green+Blue) = 175+86+20=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5614 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5614 is #50A9EB. Grayscale: #696969. Windows color (decimal): -5286380 or 1332911. OLE color: 1332911.

HSL color Cylindrical-coordinate representation of color #AF5614: hue angle of 25.55º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF5614 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 86 20 -
CMYK 0 0.51 0.89 0.31
HSL 25.55º 0.79% 0.38% -
HSV(B) 25.55º 0.89% 0.69% -
XYZ 21.13 15.82 2.6 -
YUV 105.09 79.99 177.87 -
System Red Green Blue C M Y K H S L
Decimal 175 86 20 0 0.51 0.89 0.31 25.55 0.79 0.38
Hex AF 56 14 0 33 59 1F 1A 4F 26
Octal 257 126 24 0 63 131 37 32 117 46
Binary 10101111 1010110 10100 0 110011 1011001 11111 11010 1001111 100110

Color Harmonies of #AF5614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5614

Black with #AF5614

Text Example


Text Example

White with #AF5614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5614; }

 p { color: rgb(175,86,20); }

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

background-color css

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

 a { background-color: rgb(175,86,20); }

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

border-color css

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

 span { border-color: rgb(175,86,20); }

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