Html Css Color HEX #A07E03 Dark Goldenrod

📋 copy color: '#A07E03'

red 160 ◦ green 126 ◦ blue 3

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

Shades of Dark Goldenrod #A07E03

Tints of Dark Goldenrod #A07E03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.04%

R = 55.36%
G = 43.6%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#A07E03 (or 0xA07E03) is known color: Dark Goldenrod. HEX triplet: A0, 7E and 03. RGB value is (160,126,3). Sum of RGB (Red+Green+Blue) = 160+126+3=289 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.36% from 289); Green value is 126 (49.61% from 255 or 43.60% from 289); Blue value is 3 (1.56% from 255 or 1.04% from 289); Max value from RGB is 160 - color contains mainly: red. Hex color #A07E03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07E03 is #5F81FC. Grayscale: #7A7A7A. Windows color (decimal): -6259197 or 229024. OLE color: 229024.

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

Color convert

RGB 160 126 3 -
CMYK 0 0.21 0.98 0.37
HSL 47.01º 0.96% 0.32% -
HSV(B) 47.01º 0.98% 0.63% -
XYZ 21.97 22.4 3.25 -
YUV 122.14 60.76 155 -
System Red Green Blue C M Y K H S L
Decimal 160 126 3 0 0.21 0.98 0.37 47.01 0.96 0.32
Hex A0 7E 3 0 15 62 25 2F 60 20
Octal 240 176 3 0 25 142 45 57 140 40
Binary 10100000 1111110 11 0 10101 1100010 100101 101111 1100000 100000

Color Harmonies of #A07E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07E03

Black with #A07E03

Text Example


Text Example

White with #A07E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07E03; }

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

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

background-color css

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

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

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

border-color css

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

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

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