Html Css Color HEX #A28B01 Dark Goldenrod

📋 copy color: '#A28B01'

red 162 ◦ green 139 ◦ blue 1

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

Shades of Dark Goldenrod #A28B01

Tints of Dark Goldenrod #A28B01

RGB

 RED value IS 162 (63.67% from 255) = 53.64%

 GREEN value IS 139 (54.69% from 255) = 46.03%

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

R = 53.64%
G = 46.03%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A28B01 (or 0xA28B01) is known color: Dark Goldenrod. HEX triplet: A2, 8B and 01. RGB value is (162,139,1). Sum of RGB (Red+Green+Blue) = 162+139+1=302 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.64% from 302); Green value is 139 (54.69% from 255 or 46.03% from 302); Blue value is 1 (0.78% from 255 or 0.33% from 302); Max value from RGB is 162 - color contains mainly: red. Hex color #A28B01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28B01 is #5D74FE. Grayscale: #828282. Windows color (decimal): -6124799 or 101282. OLE color: 101282.

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

Color convert

RGB 162 139 1 -
CMYK 0 0.14 0.99 0.36
HSL 51.43º 0.99% 0.32% -
HSV(B) 51.43º 0.99% 0.64% -
XYZ 24.14 26.15 3.8 -
YUV 130.15 55.12 150.72 -
System Red Green Blue C M Y K H S L
Decimal 162 139 1 0 0.14 0.99 0.36 51.43 0.99 0.32
Hex A2 8B 1 0 E 63 24 33 63 20
Octal 242 213 1 0 16 143 44 63 143 40
Binary 10100010 10001011 1 0 1110 1100011 100100 110011 1100011 100000

Color Harmonies of #A28B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28B01

Black with #A28B01

Text Example


Text Example

White with #A28B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28B01; }

 p { color: rgb(162,139,1); }

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

background-color css

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

 a { background-color: rgb(162,139,1); }

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

border-color css

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

 span { border-color: rgb(162,139,1); }

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