Html Css Color HEX #A07404 Golden Brown

📋 copy color: '#A07404'

red 160 ◦ green 116 ◦ blue 4

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

Shades of Golden Brown #A07404

Tints of Golden Brown #A07404

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.43%

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

R = 57.14%
G = 41.43%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#A07404 (or 0xA07404) is known color: Golden Brown. HEX triplet: A0, 74 and 04. RGB value is (160,116,4). Sum of RGB (Red+Green+Blue) = 160+116+4=280 (37% of max value = 765). Red value is 160 (62.89% from 255 or 57.14% from 280); Green value is 116 (45.70% from 255 or 41.43% from 280); Blue value is 4 (1.95% from 255 or 1.43% from 280); Max value from RGB is 160 - color contains mainly: red. Hex color #A07404 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07404 is #5F8BFB. Grayscale: #747474. Windows color (decimal): -6261756 or 292000. OLE color: 292000.

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

Color convert

RGB 160 116 4 -
CMYK 0 0.28 0.98 0.37
HSL 43.08º 0.95% 0.32% -
HSV(B) 43.08º 0.98% 0.63% -
XYZ 20.76 19.97 2.88 -
YUV 116.39 64.58 159.11 -
System Red Green Blue C M Y K H S L
Decimal 160 116 4 0 0.28 0.98 0.37 43.08 0.95 0.32
Hex A0 74 4 0 1C 62 25 2B 5F 20
Octal 240 164 4 0 34 142 45 53 137 40
Binary 10100000 1110100 100 0 11100 1100010 100101 101011 1011111 100000

Color Harmonies of #A07404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07404

Black with #A07404

Text Example


Text Example

White with #A07404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07404; }

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

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

background-color css

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

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

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

border-color css

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

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

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