Html Css Color HEX #AB8305 Dark Goldenrod

📋 copy color: '#AB8305'

red 171 ◦ green 131 ◦ blue 5

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

Shades of Dark Goldenrod #AB8305

Tints of Dark Goldenrod #AB8305

RGB

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

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

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

R = 55.7%
G = 42.67%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AB8305 (or 0xAB8305) is known color: Dark Goldenrod. HEX triplet: AB, 83 and 05. RGB value is (171,131,5). Sum of RGB (Red+Green+Blue) = 171+131+5=307 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.70% from 307); Green value is 131 (51.56% from 255 or 42.67% from 307); Blue value is 5 (2.34% from 255 or 1.63% from 307); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8305 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8305 is #547CFA. Grayscale: #818181. Windows color (decimal): -5537019 or 361387. OLE color: 361387.

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

Color convert

RGB 171 131 5 -
CMYK 0 0.23 0.97 0.33
HSL 45.54º 0.94% 0.35% -
HSV(B) 45.54º 0.97% 0.67% -
XYZ 24.94 24.9 3.64 -
YUV 128.6 58.25 158.25 -
System Red Green Blue C M Y K H S L
Decimal 171 131 5 0 0.23 0.97 0.33 45.54 0.94 0.35
Hex AB 83 5 0 17 61 21 2E 5E 23
Octal 253 203 5 0 27 141 41 56 136 43
Binary 10101011 10000011 101 0 10111 1100001 100001 101110 1011110 100011

Color Harmonies of #AB8305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8305

Black with #AB8305

Text Example


Text Example

White with #AB8305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8305; }

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

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

background-color css

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

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

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

border-color css

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

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

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