Html Css Color HEX #A28007 Dark Goldenrod

📋 copy color: '#A28007'

red 162 ◦ green 128 ◦ blue 7

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

Shades of Dark Goldenrod #A28007

Tints of Dark Goldenrod #A28007

RGB

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

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

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

R = 54.55%
G = 43.1%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A28007 (or 0xA28007) is known color: Dark Goldenrod. HEX triplet: A2, 80 and 07. RGB value is (162,128,7). Sum of RGB (Red+Green+Blue) = 162+128+7=297 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.55% from 297); Green value is 128 (50.39% from 255 or 43.10% from 297); Blue value is 7 (3.12% from 255 or 2.36% from 297); Max value from RGB is 162 - color contains mainly: red. Hex color #A28007 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28007 is #5D7FF8. Grayscale: #7C7C7C. Windows color (decimal): -6127609 or 491682. OLE color: 491682.

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

Color convert

RGB 162 128 7 -
CMYK 0 0.21 0.96 0.36
HSL 46.84º 0.92% 0.33% -
HSV(B) 46.84º 0.96% 0.64% -
XYZ 22.66 23.14 3.47 -
YUV 124.37 61.76 154.84 -
System Red Green Blue C M Y K H S L
Decimal 162 128 7 0 0.21 0.96 0.36 46.84 0.92 0.33
Hex A2 80 7 0 15 60 24 2F 5C 21
Octal 242 200 7 0 25 140 44 57 134 41
Binary 10100010 10000000 111 0 10101 1100000 100100 101111 1011100 100001

Color Harmonies of #A28007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28007

Black with #A28007

Text Example


Text Example

White with #A28007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28007; }

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

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

background-color css

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

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

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

border-color css

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

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

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