Html Css Color HEX #AF5A1E Rich Gold

📋 copy color: '#AF5A1E'

red 175 ◦ green 90 ◦ blue 30

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

Shades of Rich Gold #AF5A1E

Tints of Rich Gold #AF5A1E

RGB

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

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

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

R = 59.32%
G = 30.51%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF5A1E (or 0xAF5A1E) is known color: Rich Gold. HEX triplet: AF, 5A and 1E. RGB value is (175,90,30). Sum of RGB (Red+Green+Blue) = 175+90+30=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 30 (12.11% from 255 or 10.17% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5A1E is #50A5E1. Grayscale: #6C6C6C. Windows color (decimal): -5285346 or 1989295. OLE color: 1989295.

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

Color convert

RGB 175 90 30 -
CMYK 0 0.49 0.83 0.31
HSL 24.83º 0.71% 0.4% -
HSV(B) 24.83º 0.83% 0.69% -
XYZ 21.57 16.52 3.28 -
YUV 108.58 83.66 175.38 -
System Red Green Blue C M Y K H S L
Decimal 175 90 30 0 0.49 0.83 0.31 24.83 0.71 0.4
Hex AF 5A 1E 0 31 53 1F 19 47 28
Octal 257 132 36 0 61 123 37 31 107 50
Binary 10101111 1011010 11110 0 110001 1010011 11111 11001 1000111 101000

Color Harmonies of #AF5A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5A1E

Black with #AF5A1E

Text Example


Text Example

White with #AF5A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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