Html Css Color HEX #AB9207 Dark Goldenrod

📋 copy color: '#AB9207'

red 171 ◦ green 146 ◦ blue 7

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

Shades of Dark Goldenrod #AB9207

Tints of Dark Goldenrod #AB9207

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.06%

 BLUE value IS 7 (3.13% from 255) = 2.16%

R = 52.78%
G = 45.06%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AB9207 (or 0xAB9207) is known color: Dark Goldenrod. HEX triplet: AB, 92 and 07. RGB value is (171,146,7). Sum of RGB (Red+Green+Blue) = 171+146+7=324 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.78% from 324); Green value is 146 (57.42% from 255 or 45.06% from 324); Blue value is 7 (3.12% from 255 or 2.16% from 324); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9207 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9207 is #546DF8. Grayscale: #8A8A8A. Windows color (decimal): -5533177 or 496299. OLE color: 496299.

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

Color convert

RGB 171 146 7 -
CMYK 0 0.15 0.96 0.33
HSL 50.85º 0.92% 0.35% -
HSV(B) 50.85º 0.96% 0.67% -
XYZ 27.11 29.23 4.41 -
YUV 137.63 54.28 151.8 -
System Red Green Blue C M Y K H S L
Decimal 171 146 7 0 0.15 0.96 0.33 50.85 0.92 0.35
Hex AB 92 7 0 F 60 21 33 5C 23
Octal 253 222 7 0 17 140 41 63 134 43
Binary 10101011 10010010 111 0 1111 1100000 100001 110011 1011100 100011

Color Harmonies of #AB9207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9207

Black with #AB9207

Text Example


Text Example

White with #AB9207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9207; }

 p { color: rgb(171,146,7); }

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

background-color css

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

 a { background-color: rgb(171,146,7); }

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

border-color css

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

 span { border-color: rgb(171,146,7); }

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