Html Css Color HEX #AB8303 Dark Goldenrod

📋 copy color: '#AB8303'

red 171 ◦ green 131 ◦ blue 3

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

Shades of Dark Goldenrod #AB8303

Tints of Dark Goldenrod #AB8303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.98%

R = 56.07%
G = 42.95%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AB8303 (or 0xAB8303) is known color: Dark Goldenrod. HEX triplet: AB, 83 and 03. RGB value is (171,131,3). Sum of RGB (Red+Green+Blue) = 171+131+3=305 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.07% from 305); Green value is 131 (51.56% from 255 or 42.95% from 305); Blue value is 3 (1.56% from 255 or 0.98% from 305); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8303 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8303 is #547CFC. Grayscale: #808080. Windows color (decimal): -5537021 or 230315. OLE color: 230315.

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

Color convert

RGB 171 131 3 -
CMYK 0 0.23 0.98 0.33
HSL 45.71º 0.97% 0.34% -
HSV(B) 45.71º 0.98% 0.67% -
XYZ 24.93 24.9 3.58 -
YUV 128.37 57.25 158.41 -
System Red Green Blue C M Y K H S L
Decimal 171 131 3 0 0.23 0.98 0.33 45.71 0.97 0.34
Hex AB 83 3 0 17 62 21 2E 61 22
Octal 253 203 3 0 27 142 41 56 141 42
Binary 10101011 10000011 11 0 10111 1100010 100001 101110 1100001 100010

Color Harmonies of #AB8303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8303

Black with #AB8303

Text Example


Text Example

White with #AB8303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8303; }

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

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

background-color css

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

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

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

border-color css

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

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

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