Html Css Color HEX #AF5A14 Rich Gold

📋 copy color: '#AF5A14'

red 175 ◦ green 90 ◦ blue 20

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

Shades of Rich Gold #AF5A14

Tints of Rich Gold #AF5A14

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.58%

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

R = 61.4%
G = 31.58%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF5A14 (or 0xAF5A14) is known color: Rich Gold. HEX triplet: AF, 5A and 14. RGB value is (175,90,20). Sum of RGB (Red+Green+Blue) = 175+90+20=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 20 (8.20% from 255 or 7.02% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5A14 is #50A5EB. Grayscale: #6B6B6B. Windows color (decimal): -5285356 or 1333935. OLE color: 1333935.

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

Color convert

RGB 175 90 20 -
CMYK 0 0.49 0.89 0.31
HSL 27.1º 0.79% 0.38% -
HSV(B) 27.1º 0.89% 0.69% -
XYZ 21.46 16.48 2.71 -
YUV 107.44 78.66 176.19 -
System Red Green Blue C M Y K H S L
Decimal 175 90 20 0 0.49 0.89 0.31 27.1 0.79 0.38
Hex AF 5A 14 0 31 59 1F 1B 4F 26
Octal 257 132 24 0 61 131 37 33 117 46
Binary 10101111 1011010 10100 0 110001 1011001 11111 11011 1001111 100110

Color Harmonies of #AF5A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5A14

Black with #AF5A14

Text Example


Text Example

White with #AF5A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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