Html Css Color HEX #AB8608 Dark Goldenrod

📋 copy color: '#AB8608'

red 171 ◦ green 134 ◦ blue 8

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

Shades of Dark Goldenrod #AB8608

Tints of Dark Goldenrod #AB8608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.56%

R = 54.63%
G = 42.81%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AB8608 (or 0xAB8608) is known color: Dark Goldenrod. HEX triplet: AB, 86 and 08. RGB value is (171,134,8). Sum of RGB (Red+Green+Blue) = 171+134+8=313 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.63% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 8 (3.52% from 255 or 2.56% from 313); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8608 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8608 is #5479F7. Grayscale: #838383. Windows color (decimal): -5536248 or 558763. OLE color: 558763.

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

Color convert

RGB 171 134 8 -
CMYK 0 0.22 0.95 0.33
HSL 46.38º 0.91% 0.35% -
HSV(B) 46.38º 0.95% 0.67% -
XYZ 25.36 25.73 3.86 -
YUV 130.7 58.76 156.75 -
System Red Green Blue C M Y K H S L
Decimal 171 134 8 0 0.22 0.95 0.33 46.38 0.91 0.35
Hex AB 86 8 0 16 5F 21 2E 5B 23
Octal 253 206 10 0 26 137 41 56 133 43
Binary 10101011 10000110 1000 0 10110 1011111 100001 101110 1011011 100011

Color Harmonies of #AB8608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8608

Black with #AB8608

Text Example


Text Example

White with #AB8608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8608; }

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

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

background-color css

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

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

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

border-color css

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

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

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