Html Css Color HEX #A28107 Dark Goldenrod

📋 copy color: '#A28107'

red 162 ◦ green 129 ◦ blue 7

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

Shades of Dark Goldenrod #A28107

Tints of Dark Goldenrod #A28107

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.29%

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

R = 54.36%
G = 43.29%
B = 2.35%

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

#A28107 (or 0xA28107) is known color: Dark Goldenrod. HEX triplet: A2, 81 and 07. RGB value is (162,129,7). Sum of RGB (Red+Green+Blue) = 162+129+7=298 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.36% from 298); Green value is 129 (50.78% from 255 or 43.29% from 298); Blue value is 7 (3.12% from 255 or 2.35% from 298); Max value from RGB is 162 - color contains mainly: red. Hex color #A28107 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28107 is #5D7EF8. Grayscale: #7D7D7D. Windows color (decimal): -6127353 or 491938. OLE color: 491938.

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

Color convert

RGB 162 129 7 -
CMYK 0 0.20 0.96 0.36
HSL 47.23º 0.92% 0.33% -
HSV(B) 47.23º 0.96% 0.64% -
XYZ 22.79 23.4 3.52 -
YUV 124.96 61.43 154.42 -
System Red Green Blue C M Y K H S L
Decimal 162 129 7 0 0.20 0.96 0.36 47.23 0.92 0.33
Hex A2 81 7 0 14 60 24 2F 5C 21
Octal 242 201 7 0 24 140 44 57 134 41
Binary 10100010 10000001 111 0 10100 1100000 100100 101111 1011100 100001

Color Harmonies of #A28107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28107

Black with #A28107

Text Example


Text Example

White with #A28107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28107; }

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

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

background-color css

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

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

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

border-color css

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

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

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