Html Css Color HEX #AB910A Dark Goldenrod

📋 copy color: '#AB910A'

red 171 ◦ green 145 ◦ blue 10

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

Shades of Dark Goldenrod #AB910A

Tints of Dark Goldenrod #AB910A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.48%

 BLUE value IS 10 (4.3% from 255) = 3.07%

R = 52.45%
G = 44.48%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AB910A (or 0xAB910A) is known color: Dark Goldenrod. HEX triplet: AB, 91 and 0A. RGB value is (171,145,10). Sum of RGB (Red+Green+Blue) = 171+145+10=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 145 (57.03% from 255 or 44.48% from 326); Blue value is 10 (4.30% from 255 or 3.07% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB910A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB910A is #546EF5. Grayscale: #898989. Windows color (decimal): -5533430 or 692651. OLE color: 692651.

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

Color convert

RGB 171 145 10 -
CMYK 0 0.15 0.94 0.33
HSL 50.31º 0.89% 0.35% -
HSV(B) 50.31º 0.94% 0.67% -
XYZ 26.97 28.93 4.45 -
YUV 137.38 56.11 151.98 -
System Red Green Blue C M Y K H S L
Decimal 171 145 10 0 0.15 0.94 0.33 50.31 0.89 0.35
Hex AB 91 A 0 F 5E 21 32 59 23
Octal 253 221 12 0 17 136 41 62 131 43
Binary 10101011 10010001 1010 0 1111 1011110 100001 110010 1011001 100011

Color Harmonies of #AB910A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB910A

Black with #AB910A

Text Example


Text Example

White with #AB910A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB910A; }

 p { color: rgb(171,145,10); }

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

background-color css

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

 a { background-color: rgb(171,145,10); }

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

border-color css

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

 span { border-color: rgb(171,145,10); }

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