Html Css Color HEX #A28E01 Dark Goldenrod

📋 copy color: '#A28E01'

red 162 ◦ green 142 ◦ blue 1

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

Shades of Dark Goldenrod #A28E01

Tints of Dark Goldenrod #A28E01

RGB

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

 GREEN value IS 142 (55.86% from 255) = 46.56%

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

R = 53.11%
G = 46.56%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A28E01 (or 0xA28E01) is known color: Dark Goldenrod. HEX triplet: A2, 8E and 01. RGB value is (162,142,1). Sum of RGB (Red+Green+Blue) = 162+142+1=305 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.11% from 305); Green value is 142 (55.86% from 255 or 46.56% from 305); Blue value is 1 (0.78% from 255 or 0.33% from 305); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28E01 is #5D71FE. Grayscale: #848484. Windows color (decimal): -6124031 or 102050. OLE color: 102050.

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

Color convert

RGB 162 142 1 -
CMYK 0 0.12 0.99 0.36
HSL 52.55º 0.99% 0.32% -
HSV(B) 52.55º 0.99% 0.64% -
XYZ 24.58 27.03 3.95 -
YUV 131.91 54.13 149.46 -
System Red Green Blue C M Y K H S L
Decimal 162 142 1 0 0.12 0.99 0.36 52.55 0.99 0.32
Hex A2 8E 1 0 C 63 24 35 63 20
Octal 242 216 1 0 14 143 44 65 143 40
Binary 10100010 10001110 1 0 1100 1100011 100100 110101 1100011 100000

Color Harmonies of #A28E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28E01

Black with #A28E01

Text Example


Text Example

White with #A28E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28E01; }

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

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

background-color css

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

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

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

border-color css

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

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

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