Html Css Color HEX #AB8605 Dark Goldenrod

📋 copy color: '#AB8605'

red 171 ◦ green 134 ◦ blue 5

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

Shades of Dark Goldenrod #AB8605

Tints of Dark Goldenrod #AB8605

RGB

 RED value IS 171 (67.19% from 255) = 55.16%

 GREEN value IS 134 (52.73% from 255) = 43.23%

 BLUE value IS 5 (2.34% from 255) = 1.61%

R = 55.16%
G = 43.23%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AB8605 (or 0xAB8605) is known color: Dark Goldenrod. HEX triplet: AB, 86 and 05. RGB value is (171,134,5). Sum of RGB (Red+Green+Blue) = 171+134+5=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 134 (52.73% from 255 or 43.23% from 310); Blue value is 5 (2.34% from 255 or 1.61% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8605 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8605 is #5479FA. Grayscale: #828282. Windows color (decimal): -5536251 or 362155. OLE color: 362155.

HSL color Cylindrical-coordinate representation of color #AB8605: hue angle of 46.63º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB8605 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 134 5 -
CMYK 0 0.22 0.97 0.33
HSL 46.63º 0.94% 0.35% -
HSV(B) 46.63º 0.97% 0.67% -
XYZ 25.35 25.72 3.77 -
YUV 130.36 57.26 156.99 -
System Red Green Blue C M Y K H S L
Decimal 171 134 5 0 0.22 0.97 0.33 46.63 0.94 0.35
Hex AB 86 5 0 16 61 21 2F 5E 23
Octal 253 206 5 0 26 141 41 57 136 43
Binary 10101011 10000110 101 0 10110 1100001 100001 101111 1011110 100011

Color Harmonies of #AB8605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8605

Black with #AB8605

Text Example


Text Example

White with #AB8605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8605; }

 p { color: rgb(171,134,5); }

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

background-color css

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

 a { background-color: rgb(171,134,5); }

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

border-color css

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

 span { border-color: rgb(171,134,5); }

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