Html Css Color HEX #AF5514 Rich Gold

📋 copy color: '#AF5514'

red 175 ◦ green 85 ◦ blue 20

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

Shades of Rich Gold #AF5514

Tints of Rich Gold #AF5514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.36%

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

R = 62.5%
G = 30.36%
B = 7.14%

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

#AF5514 (or 0xAF5514) is known color: Rich Gold. HEX triplet: AF, 55 and 14. RGB value is (175,85,20). Sum of RGB (Red+Green+Blue) = 175+85+20=280 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.5% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 20 (8.20% from 255 or 7.14% from 280); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5514 is #50AAEB. Grayscale: #686868. Windows color (decimal): -5286636 or 1332655. OLE color: 1332655.

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

Color convert

RGB 175 85 20 -
CMYK 0 0.51 0.89 0.31
HSL 25.16º 0.79% 0.38% -
HSV(B) 25.16º 0.89% 0.69% -
XYZ 21.05 15.66 2.58 -
YUV 104.5 80.32 178.29 -
System Red Green Blue C M Y K H S L
Decimal 175 85 20 0 0.51 0.89 0.31 25.16 0.79 0.38
Hex AF 55 14 0 33 59 1F 19 4F 26
Octal 257 125 24 0 63 131 37 31 117 46
Binary 10101111 1010101 10100 0 110011 1011001 11111 11001 1001111 100110

Color Harmonies of #AF5514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5514

Black with #AF5514

Text Example


Text Example

White with #AF5514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5514; }

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

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

background-color css

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

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

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

border-color css

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

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

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