Html Css Color HEX #AF5B1A Rich Gold

📋 copy color: '#AF5B1A'

red 175 ◦ green 91 ◦ blue 26

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

Shades of Rich Gold #AF5B1A

Tints of Rich Gold #AF5B1A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.16%

 BLUE value IS 26 (10.55% from 255) = 8.9%

R = 59.93%
G = 31.16%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF5B1A (or 0xAF5B1A) is known color: Rich Gold. HEX triplet: AF, 5B and 1A. RGB value is (175,91,26). Sum of RGB (Red+Green+Blue) = 175+91+26=292 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.93% from 292); Green value is 91 (35.94% from 255 or 31.16% from 292); Blue value is 26 (10.55% from 255 or 8.90% from 292); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5B1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5B1A is #50A4E5. Grayscale: #6D6D6D. Windows color (decimal): -5285094 or 1727407. OLE color: 1727407.

HSL color Cylindrical-coordinate representation of color #AF5B1A: hue angle of 26.17º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF5B1A is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 91 26 -
CMYK 0 0.48 0.85 0.31
HSL 26.17º 0.74% 0.39% -
HSV(B) 26.17º 0.85% 0.69% -
XYZ 21.61 16.67 3.06 -
YUV 108.71 81.33 175.29 -
System Red Green Blue C M Y K H S L
Decimal 175 91 26 0 0.48 0.85 0.31 26.17 0.74 0.39
Hex AF 5B 1A 0 30 55 1F 1A 4A 27
Octal 257 133 32 0 60 125 37 32 112 47
Binary 10101111 1011011 11010 0 110000 1010101 11111 11010 1001010 100111

Color Harmonies of #AF5B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5B1A

Black with #AF5B1A

Text Example


Text Example

White with #AF5B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5B1A; }

 p { color: rgb(175,91,26); }

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

background-color css

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

 a { background-color: rgb(175,91,26); }

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

border-color css

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

 span { border-color: rgb(175,91,26); }

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