Html Css Color HEX #A07704 Golden Brown

📋 copy color: '#A07704'

red 160 ◦ green 119 ◦ blue 4

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

Shades of Golden Brown #A07704

Tints of Golden Brown #A07704

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.05%

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

R = 56.54%
G = 42.05%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#A07704 (or 0xA07704) is known color: Golden Brown. HEX triplet: A0, 77 and 04. RGB value is (160,119,4). Sum of RGB (Red+Green+Blue) = 160+119+4=283 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.54% from 283); Green value is 119 (46.88% from 255 or 42.05% from 283); Blue value is 4 (1.95% from 255 or 1.41% from 283); Max value from RGB is 160 - color contains mainly: red. Hex color #A07704 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07704 is #5F88FB. Grayscale: #767676. Windows color (decimal): -6260988 or 292768. OLE color: 292768.

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

Color convert

RGB 160 119 4 -
CMYK 0 0.26 0.98 0.37
HSL 44.23º 0.95% 0.32% -
HSV(B) 44.23º 0.98% 0.63% -
XYZ 21.12 20.68 2.99 -
YUV 118.15 63.58 157.85 -
System Red Green Blue C M Y K H S L
Decimal 160 119 4 0 0.26 0.98 0.37 44.23 0.95 0.32
Hex A0 77 4 0 1A 62 25 2C 5F 20
Octal 240 167 4 0 32 142 45 54 137 40
Binary 10100000 1110111 100 0 11010 1100010 100101 101100 1011111 100000

Color Harmonies of #A07704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07704

Black with #A07704

Text Example


Text Example

White with #A07704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07704; }

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

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

background-color css

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

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

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

border-color css

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

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

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