Html Css Color HEX #A28207 Dark Goldenrod

📋 copy color: '#A28207'

red 162 ◦ green 130 ◦ blue 7

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

Shades of Dark Goldenrod #A28207

Tints of Dark Goldenrod #A28207

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.48%

 BLUE value IS 7 (3.13% from 255) = 2.34%

R = 54.18%
G = 43.48%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A28207 (or 0xA28207) is known color: Dark Goldenrod. HEX triplet: A2, 82 and 07. RGB value is (162,130,7). Sum of RGB (Red+Green+Blue) = 162+130+7=299 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.18% from 299); Green value is 130 (51.17% from 255 or 43.48% from 299); Blue value is 7 (3.12% from 255 or 2.34% from 299); Max value from RGB is 162 - color contains mainly: red. Hex color #A28207 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28207 is #5D7DF8. Grayscale: #7E7E7E. Windows color (decimal): -6127097 or 492194. OLE color: 492194.

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

Color convert

RGB 162 130 7 -
CMYK 0 0.20 0.96 0.36
HSL 47.61º 0.92% 0.33% -
HSV(B) 47.61º 0.96% 0.64% -
XYZ 22.92 23.66 3.56 -
YUV 125.55 61.1 154 -
System Red Green Blue C M Y K H S L
Decimal 162 130 7 0 0.20 0.96 0.36 47.61 0.92 0.33
Hex A2 82 7 0 14 60 24 30 5C 21
Octal 242 202 7 0 24 140 44 60 134 41
Binary 10100010 10000010 111 0 10100 1100000 100100 110000 1011100 100001

Color Harmonies of #A28207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28207

Black with #A28207

Text Example


Text Example

White with #A28207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28207; }

 p { color: rgb(162,130,7); }

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

background-color css

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

 a { background-color: rgb(162,130,7); }

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

border-color css

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

 span { border-color: rgb(162,130,7); }

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