Html Css Color HEX #AF5911 Rich Gold

📋 copy color: '#AF5911'

red 175 ◦ green 89 ◦ blue 17

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

Shades of Rich Gold #AF5911

Tints of Rich Gold #AF5911

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.67%

 BLUE value IS 17 (7.03% from 255) = 6.05%

R = 62.28%
G = 31.67%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF5911 (or 0xAF5911) is known color: Rich Gold. HEX triplet: AF, 59 and 11. RGB value is (175,89,17). Sum of RGB (Red+Green+Blue) = 175+89+17=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 17 (7.03% from 255 or 6.05% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5911 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5911 is #50A6EE. Grayscale: #6A6A6A. Windows color (decimal): -5285615 or 1137071. OLE color: 1137071.

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

Color convert

RGB 175 89 17 -
CMYK 0 0.49 0.90 0.31
HSL 27.34º 0.82% 0.38% -
HSV(B) 27.34º 0.9% 0.69% -
XYZ 21.35 16.3 2.55 -
YUV 106.51 77.49 176.85 -
System Red Green Blue C M Y K H S L
Decimal 175 89 17 0 0.49 0.90 0.31 27.34 0.82 0.38
Hex AF 59 11 0 31 5A 1F 1B 52 26
Octal 257 131 21 0 61 132 37 33 122 46
Binary 10101111 1011001 10001 0 110001 1011010 11111 11011 1010010 100110

Color Harmonies of #AF5911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5911

Black with #AF5911

Text Example


Text Example

White with #AF5911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5911; }

 p { color: rgb(175,89,17); }

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

background-color css

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

 a { background-color: rgb(175,89,17); }

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

border-color css

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

 span { border-color: rgb(175,89,17); }

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