Html Css Color HEX #A07C04 Dark Goldenrod

📋 copy color: '#A07C04'

red 160 ◦ green 124 ◦ blue 4

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

Shades of Dark Goldenrod #A07C04

Tints of Dark Goldenrod #A07C04

RGB

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

 GREEN value IS 124 (48.83% from 255) = 43.06%

 BLUE value IS 4 (1.95% from 255) = 1.39%

R = 55.56%
G = 43.06%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#A07C04 (or 0xA07C04) is known color: Dark Goldenrod. HEX triplet: A0, 7C and 04. RGB value is (160,124,4). Sum of RGB (Red+Green+Blue) = 160+124+4=288 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.56% from 288); Green value is 124 (48.83% from 255 or 43.06% from 288); Blue value is 4 (1.95% from 255 or 1.39% from 288); Max value from RGB is 160 - color contains mainly: red. Hex color #A07C04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07C04 is #5F83FB. Grayscale: #797979. Windows color (decimal): -6259708 or 294048. OLE color: 294048.

HSL color Cylindrical-coordinate representation of color #A07C04: hue angle of 46.15º degrees, saturation: 0.95, 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 #A07C04 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 124 4 -
CMYK 0 0.22 0.98 0.37
HSL 46.15º 0.95% 0.32% -
HSV(B) 46.15º 0.98% 0.63% -
XYZ 21.73 21.9 3.2 -
YUV 121.08 61.93 155.76 -
System Red Green Blue C M Y K H S L
Decimal 160 124 4 0 0.22 0.98 0.37 46.15 0.95 0.32
Hex A0 7C 4 0 16 62 25 2E 5F 20
Octal 240 174 4 0 26 142 45 56 137 40
Binary 10100000 1111100 100 0 10110 1100010 100101 101110 1011111 100000

Color Harmonies of #A07C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07C04

Black with #A07C04

Text Example


Text Example

White with #A07C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07C04; }

 p { color: rgb(160,124,4); }

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

background-color css

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

 a { background-color: rgb(160,124,4); }

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

border-color css

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

 span { border-color: rgb(160,124,4); }

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