Html Css Color HEX #AF5812 Rich Gold

📋 copy color: '#AF5812'

red 175 ◦ green 88 ◦ blue 18

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

Shades of Rich Gold #AF5812

Tints of Rich Gold #AF5812

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.32%

 BLUE value IS 18 (7.42% from 255) = 6.41%

R = 62.28%
G = 31.32%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF5812 (or 0xAF5812) is known color: Rich Gold. HEX triplet: AF, 58 and 12. RGB value is (175,88,18). Sum of RGB (Red+Green+Blue) = 175+88+18=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 18 (7.42% from 255 or 6.41% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5812 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5812 is #50A7ED. Grayscale: #6A6A6A. Windows color (decimal): -5285870 or 1202351. OLE color: 1202351.

HSL color Cylindrical-coordinate representation of color #AF5812: hue angle of 26.75º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF5812 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 88 18 -
CMYK 0 0.50 0.90 0.31
HSL 26.75º 0.81% 0.38% -
HSV(B) 26.75º 0.9% 0.69% -
XYZ 21.28 16.14 2.57 -
YUV 106.03 78.32 177.19 -
System Red Green Blue C M Y K H S L
Decimal 175 88 18 0 0.50 0.90 0.31 26.75 0.81 0.38
Hex AF 58 12 0 32 5A 1F 1B 51 26
Octal 257 130 22 0 62 132 37 33 121 46
Binary 10101111 1011000 10010 0 110010 1011010 11111 11011 1010001 100110

Color Harmonies of #AF5812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5812

Black with #AF5812

Text Example


Text Example

White with #AF5812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5812; }

 p { color: rgb(175,88,18); }

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

background-color css

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

 a { background-color: rgb(175,88,18); }

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

border-color css

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

 span { border-color: rgb(175,88,18); }

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