Html Css Color HEX #A08A07 Dark Goldenrod

📋 copy color: '#A08A07'

red 160 ◦ green 138 ◦ blue 7

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

Shades of Dark Goldenrod #A08A07

Tints of Dark Goldenrod #A08A07

RGB

 RED value IS 160 (62.89% from 255) = 52.46%

 GREEN value IS 138 (54.3% from 255) = 45.25%

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

R = 52.46%
G = 45.25%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A08A07 (or 0xA08A07) is known color: Dark Goldenrod. HEX triplet: A0, 8A and 07. RGB value is (160,138,7). Sum of RGB (Red+Green+Blue) = 160+138+7=305 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.46% from 305); Green value is 138 (54.30% from 255 or 45.25% from 305); Blue value is 7 (3.12% from 255 or 2.30% from 305); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08A07 is #5F75F8. Grayscale: #828282. Windows color (decimal): -6256121 or 494240. OLE color: 494240.

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

Color convert

RGB 160 138 7 -
CMYK 0 0.14 0.96 0.37
HSL 51.37º 0.92% 0.33% -
HSV(B) 51.37º 0.96% 0.63% -
XYZ 23.62 25.67 3.91 -
YUV 129.64 58.79 149.65 -
System Red Green Blue C M Y K H S L
Decimal 160 138 7 0 0.14 0.96 0.37 51.37 0.92 0.33
Hex A0 8A 7 0 E 60 25 33 5C 21
Octal 240 212 7 0 16 140 45 63 134 41
Binary 10100000 10001010 111 0 1110 1100000 100101 110011 1011100 100001

Color Harmonies of #A08A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08A07

Black with #A08A07

Text Example


Text Example

White with #A08A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08A07; }

 p { color: rgb(160,138,7); }

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

background-color css

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

 a { background-color: rgb(160,138,7); }

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

border-color css

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

 span { border-color: rgb(160,138,7); }

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