Html Css Color HEX #A08A01 Dark Goldenrod

📋 copy color: '#A08A01'

red 160 ◦ green 138 ◦ blue 1

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

Shades of Dark Goldenrod #A08A01

Tints of Dark Goldenrod #A08A01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 53.51%
G = 46.15%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A08A01 (or 0xA08A01) is known color: Dark Goldenrod. HEX triplet: A0, 8A and 01. RGB value is (160,138,1). Sum of RGB (Red+Green+Blue) = 160+138+1=299 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.51% from 299); Green value is 138 (54.30% from 255 or 46.15% from 299); Blue value is 1 (0.78% from 255 or 0.33% from 299); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08A01 is #5F75FE. Grayscale: #818181. Windows color (decimal): -6256127 or 101024. OLE color: 101024.

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

Color convert

RGB 160 138 1 -
CMYK 0 0.14 0.99 0.37
HSL 51.7º 0.99% 0.32% -
HSV(B) 51.7º 0.99% 0.63% -
XYZ 23.59 25.65 3.74 -
YUV 128.96 55.79 150.14 -
System Red Green Blue C M Y K H S L
Decimal 160 138 1 0 0.14 0.99 0.37 51.7 0.99 0.32
Hex A0 8A 1 0 E 63 25 34 63 20
Octal 240 212 1 0 16 143 45 64 143 40
Binary 10100000 10001010 1 0 1110 1100011 100101 110100 1100011 100000

Color Harmonies of #A08A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08A01

Black with #A08A01

Text Example


Text Example

White with #A08A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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