Html Css Color HEX #A89007 Dark Goldenrod

📋 copy color: '#A89007'

red 168 ◦ green 144 ◦ blue 7

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

Shades of Dark Goldenrod #A89007

Tints of Dark Goldenrod #A89007

RGB

 RED value IS 168 (66.02% from 255) = 52.66%

 GREEN value IS 144 (56.64% from 255) = 45.14%

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

R = 52.66%
G = 45.14%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.96

 K value IS 0.34

RGB Variations

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

Color information

#A89007 (or 0xA89007) is known color: Dark Goldenrod. HEX triplet: A8, 90 and 07. RGB value is (168,144,7). Sum of RGB (Red+Green+Blue) = 168+144+7=319 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.66% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 7 (3.12% from 255 or 2.19% from 319); Max value from RGB is 168 - color contains mainly: red. Hex color #A89007 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89007 is #576FF8. Grayscale: #888888. Windows color (decimal): -5730297 or 495784. OLE color: 495784.

HSL color Cylindrical-coordinate representation of color #A89007: hue angle of 51.06º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A89007 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 144 7 -
CMYK 0 0.14 0.96 0.34
HSL 51.06º 0.92% 0.34% -
HSV(B) 51.06º 0.96% 0.66% -
XYZ 26.16 28.29 4.28 -
YUV 135.56 55.45 151.14 -
System Red Green Blue C M Y K H S L
Decimal 168 144 7 0 0.14 0.96 0.34 51.06 0.92 0.34
Hex A8 90 7 0 E 60 22 33 5C 22
Octal 250 220 7 0 16 140 42 63 134 42
Binary 10101000 10010000 111 0 1110 1100000 100010 110011 1011100 100010

Color Harmonies of #A89007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89007

Black with #A89007

Text Example


Text Example

White with #A89007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89007; }

 p { color: rgb(168,144,7); }

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

background-color css

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

 a { background-color: rgb(168,144,7); }

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

border-color css

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

 span { border-color: rgb(168,144,7); }

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