Html Css Color HEX #A08901 Dark Goldenrod

📋 copy color: '#A08901'

red 160 ◦ green 137 ◦ blue 1

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

Shades of Dark Goldenrod #A08901

Tints of Dark Goldenrod #A08901

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.97%

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

R = 53.69%
G = 45.97%
B = 0.34%

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

#A08901 (or 0xA08901) is known color: Dark Goldenrod. HEX triplet: A0, 89 and 01. RGB value is (160,137,1). Sum of RGB (Red+Green+Blue) = 160+137+1=298 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.69% from 298); Green value is 137 (53.91% from 255 or 45.97% from 298); Blue value is 1 (0.78% from 255 or 0.34% from 298); Max value from RGB is 160 - color contains mainly: red. Hex color #A08901 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08901 is #5F76FE. Grayscale: #808080. Windows color (decimal): -6256383 or 100768. OLE color: 100768.

HSL color Cylindrical-coordinate representation of color #A08901: hue angle of 51.32º 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 #A08901 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 137 1 -
CMYK 0 0.14 0.99 0.37
HSL 51.32º 0.99% 0.32% -
HSV(B) 51.32º 0.99% 0.63% -
XYZ 23.45 25.37 3.69 -
YUV 128.37 56.12 150.56 -
System Red Green Blue C M Y K H S L
Decimal 160 137 1 0 0.14 0.99 0.37 51.32 0.99 0.32
Hex A0 89 1 0 E 63 25 33 63 20
Octal 240 211 1 0 16 143 45 63 143 40
Binary 10100000 10001001 1 0 1110 1100011 100101 110011 1100011 100000

Color Harmonies of #A08901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08901

Black with #A08901

Text Example


Text Example

White with #A08901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08901; }

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

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

background-color css

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

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

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

border-color css

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

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

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