Html Css Color HEX #A07E06 Dark Goldenrod

📋 copy color: '#A07E06'

red 160 ◦ green 126 ◦ blue 6

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

Shades of Dark Goldenrod #A07E06

Tints of Dark Goldenrod #A07E06

RGB

 RED value IS 160 (62.89% from 255) = 54.79%

 GREEN value IS 126 (49.61% from 255) = 43.15%

 BLUE value IS 6 (2.73% from 255) = 2.05%

R = 54.79%
G = 43.15%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A07E06 (or 0xA07E06) is known color: Dark Goldenrod. HEX triplet: A0, 7E and 06. RGB value is (160,126,6). Sum of RGB (Red+Green+Blue) = 160+126+6=292 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.79% from 292); Green value is 126 (49.61% from 255 or 43.15% from 292); Blue value is 6 (2.73% from 255 or 2.05% from 292); Max value from RGB is 160 - color contains mainly: red. Hex color #A07E06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07E06 is #5F81F9. Grayscale: #7A7A7A. Windows color (decimal): -6259194 or 425632. OLE color: 425632.

HSL color Cylindrical-coordinate representation of color #A07E06: hue angle of 46.75º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A07E06 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 126 6 -
CMYK 0 0.21 0.96 0.37
HSL 46.75º 0.93% 0.33% -
HSV(B) 46.75º 0.96% 0.63% -
XYZ 21.99 22.41 3.34 -
YUV 122.49 62.26 154.76 -
System Red Green Blue C M Y K H S L
Decimal 160 126 6 0 0.21 0.96 0.37 46.75 0.93 0.33
Hex A0 7E 6 0 15 60 25 2F 5D 21
Octal 240 176 6 0 25 140 45 57 135 41
Binary 10100000 1111110 110 0 10101 1100000 100101 101111 1011101 100001

Color Harmonies of #A07E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07E06

Black with #A07E06

Text Example


Text Example

White with #A07E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07E06; }

 p { color: rgb(160,126,6); }

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

background-color css

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

 a { background-color: rgb(160,126,6); }

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

border-color css

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

 span { border-color: rgb(160,126,6); }

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