Html Css Color HEX #A28A0A Dark Goldenrod

📋 copy color: '#A28A0A'

red 162 ◦ green 138 ◦ blue 10

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

Shades of Dark Goldenrod #A28A0A

Tints of Dark Goldenrod #A28A0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.23%

R = 52.26%
G = 44.52%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A28A0A (or 0xA28A0A) is known color: Dark Goldenrod. HEX triplet: A2, 8A and 0A. RGB value is (162,138,10). Sum of RGB (Red+Green+Blue) = 162+138+10=310 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.26% from 310); Green value is 138 (54.30% from 255 or 44.52% from 310); Blue value is 10 (4.30% from 255 or 3.23% from 310); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28A0A is #5D75F5. Grayscale: #838383. Windows color (decimal): -6125046 or 690850. OLE color: 690850.

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

Color convert

RGB 162 138 10 -
CMYK 0 0.15 0.94 0.36
HSL 50.53º 0.88% 0.34% -
HSV(B) 50.53º 0.94% 0.64% -
XYZ 24.04 25.88 4.02 -
YUV 130.58 59.95 150.41 -
System Red Green Blue C M Y K H S L
Decimal 162 138 10 0 0.15 0.94 0.36 50.53 0.88 0.34
Hex A2 8A A 0 F 5E 24 33 58 22
Octal 242 212 12 0 17 136 44 63 130 42
Binary 10100010 10001010 1010 0 1111 1011110 100100 110011 1011000 100010

Color Harmonies of #A28A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28A0A

Black with #A28A0A

Text Example


Text Example

White with #A28A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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