Html Css Color HEX #A28A00 Dark Goldenrod

📋 copy color: '#A28A00'

red 162 ◦ green 138 ◦ blue 0

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

Shades of Dark Goldenrod #A28A00

Tints of Dark Goldenrod #A28A00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54%
G = 46%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A28A00 (or 0xA28A00) is known color: Dark Goldenrod. HEX triplet: A2, 8A and 00. RGB value is (162,138,0). Sum of RGB (Red+Green+Blue) = 162+138+0=300 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54% from 300); Green value is 138 (54.30% from 255 or 46% from 300); Blue value is 0 (0.39% from 255 or 0% from 300); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28A00 is #5D75FF. Grayscale: #828282. Windows color (decimal): -6125056 or 35490. OLE color: 35490.

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

Color convert

RGB 162 138 0 -
CMYK 0 0.15 1 0.36
HSL 51.11º 1% 0.32% -
HSV(B) 51.11º 1% 0.64% -
XYZ 23.99 25.86 3.73 -
YUV 129.44 54.95 151.22 -
System Red Green Blue C M Y K H S L
Decimal 162 138 0 0 0.15 1 0.36 51.11 1 0.32
Hex A2 8A 0 0 F 64 24 33 64 20
Octal 242 212 0 0 17 144 44 63 144 40
Binary 10100010 10001010 0 0 1111 1100100 100100 110011 1100100 100000

Color Harmonies of #A28A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28A00

Black with #A28A00

Text Example


Text Example

White with #A28A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28A00; }

 p { color: rgb(162,138,0); }

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

background-color css

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

 a { background-color: rgb(162,138,0); }

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

border-color css

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

 span { border-color: rgb(162,138,0); }

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