Html Css Color HEX #AB8308 Dark Goldenrod

📋 copy color: '#AB8308'

red 171 ◦ green 131 ◦ blue 8

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

Shades of Dark Goldenrod #AB8308

Tints of Dark Goldenrod #AB8308

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.26%

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

R = 55.16%
G = 42.26%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AB8308 (or 0xAB8308) is known color: Dark Goldenrod. HEX triplet: AB, 83 and 08. RGB value is (171,131,8). Sum of RGB (Red+Green+Blue) = 171+131+8=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 131 (51.56% from 255 or 42.26% from 310); Blue value is 8 (3.52% from 255 or 2.58% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8308 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8308 is #547CF7. Grayscale: #818181. Windows color (decimal): -5537016 or 557995. OLE color: 557995.

HSL color Cylindrical-coordinate representation of color #AB8308: hue angle of 45.28º 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 #AB8308 is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 131 8 -
CMYK 0 0.23 0.95 0.33
HSL 45.28º 0.91% 0.35% -
HSV(B) 45.28º 0.95% 0.67% -
XYZ 24.95 24.91 3.72 -
YUV 128.94 59.75 158 -
System Red Green Blue C M Y K H S L
Decimal 171 131 8 0 0.23 0.95 0.33 45.28 0.91 0.35
Hex AB 83 8 0 17 5F 21 2D 5B 23
Octal 253 203 10 0 27 137 41 55 133 43
Binary 10101011 10000011 1000 0 10111 1011111 100001 101101 1011011 100011

Color Harmonies of #AB8308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8308

Black with #AB8308

Text Example


Text Example

White with #AB8308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8308; }

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

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

background-color css

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

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

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

border-color css

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

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

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