Html Css Color HEX #AF8911 Dark Goldenrod

📋 copy color: '#AF8911'

red 175 ◦ green 137 ◦ blue 17

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

Shades of Dark Goldenrod #AF8911

Tints of Dark Goldenrod #AF8911

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.64%

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

R = 53.19%
G = 41.64%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF8911 (or 0xAF8911) is known color: Dark Goldenrod. HEX triplet: AF, 89 and 11. RGB value is (175,137,17). Sum of RGB (Red+Green+Blue) = 175+137+17=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 17 (7.03% from 255 or 5.17% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8911 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8911 is #5076EE. Grayscale: #878787. Windows color (decimal): -5273327 or 1149359. OLE color: 1149359.

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

Color convert

RGB 175 137 17 -
CMYK 0 0.22 0.90 0.31
HSL 45.57º 0.82% 0.38% -
HSV(B) 45.57º 0.9% 0.69% -
XYZ 26.73 27.05 4.34 -
YUV 134.68 61.59 156.76 -
System Red Green Blue C M Y K H S L
Decimal 175 137 17 0 0.22 0.90 0.31 45.57 0.82 0.38
Hex AF 89 11 0 16 5A 1F 2E 52 26
Octal 257 211 21 0 26 132 37 56 122 46
Binary 10101111 10001001 10001 0 10110 1011010 11111 101110 1010010 100110

Color Harmonies of #AF8911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8911

Black with #AF8911

Text Example


Text Example

White with #AF8911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8911; }

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

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

background-color css

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

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

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

border-color css

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

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

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