Html Css Color HEX #A28003 Dark Goldenrod

📋 copy color: '#A28003'

red 162 ◦ green 128 ◦ blue 3

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

Shades of Dark Goldenrod #A28003

Tints of Dark Goldenrod #A28003

RGB

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

 GREEN value IS 128 (50.39% from 255) = 43.69%

 BLUE value IS 3 (1.56% from 255) = 1.02%

R = 55.29%
G = 43.69%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A28003 (or 0xA28003) is known color: Dark Goldenrod. HEX triplet: A2, 80 and 03. RGB value is (162,128,3). Sum of RGB (Red+Green+Blue) = 162+128+3=293 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.29% from 293); Green value is 128 (50.39% from 255 or 43.69% from 293); Blue value is 3 (1.56% from 255 or 1.02% from 293); Max value from RGB is 162 - color contains mainly: red. Hex color #A28003 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28003 is #5D7FFC. Grayscale: #7C7C7C. Windows color (decimal): -6127613 or 229538. OLE color: 229538.

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

Color convert

RGB 162 128 3 -
CMYK 0 0.21 0.98 0.36
HSL 47.17º 0.96% 0.32% -
HSV(B) 47.17º 0.98% 0.64% -
XYZ 22.64 23.13 3.36 -
YUV 123.92 59.76 155.16 -
System Red Green Blue C M Y K H S L
Decimal 162 128 3 0 0.21 0.98 0.36 47.17 0.96 0.32
Hex A2 80 3 0 15 62 24 2F 60 20
Octal 242 200 3 0 25 142 44 57 140 40
Binary 10100010 10000000 11 0 10101 1100010 100100 101111 1100000 100000

Color Harmonies of #A28003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28003

Black with #A28003

Text Example


Text Example

White with #A28003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28003; }

 p { color: rgb(162,128,3); }

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

background-color css

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

 a { background-color: rgb(162,128,3); }

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

border-color css

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

 span { border-color: rgb(162,128,3); }

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