Html Css Color HEX #AF5B16 Rich Gold

📋 copy color: '#AF5B16'

red 175 ◦ green 91 ◦ blue 22

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

Shades of Rich Gold #AF5B16

Tints of Rich Gold #AF5B16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.64%

R = 60.76%
G = 31.6%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AF5B16 (or 0xAF5B16) is known color: Rich Gold. HEX triplet: AF, 5B and 16. RGB value is (175,91,22). Sum of RGB (Red+Green+Blue) = 175+91+22=288 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.76% from 288); Green value is 91 (35.94% from 255 or 31.60% from 288); Blue value is 22 (8.98% from 255 or 7.64% from 288); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5B16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5B16 is #50A4E9. Grayscale: #6C6C6C. Windows color (decimal): -5285098 or 1465263. OLE color: 1465263.

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

Color convert

RGB 175 91 22 -
CMYK 0 0.48 0.87 0.31
HSL 27.06º 0.78% 0.39% -
HSV(B) 27.06º 0.87% 0.69% -
XYZ 21.57 16.65 2.84 -
YUV 108.25 79.33 175.61 -
System Red Green Blue C M Y K H S L
Decimal 175 91 22 0 0.48 0.87 0.31 27.06 0.78 0.39
Hex AF 5B 16 0 30 57 1F 1B 4E 27
Octal 257 133 26 0 60 127 37 33 116 47
Binary 10101111 1011011 10110 0 110000 1010111 11111 11011 1001110 100111

Color Harmonies of #AF5B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5B16

Black with #AF5B16

Text Example


Text Example

White with #AF5B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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