Html Css Color HEX #A07406 Golden Brown

📋 copy color: '#A07406'

red 160 ◦ green 116 ◦ blue 6

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

Shades of Golden Brown #A07406

Tints of Golden Brown #A07406

RGB

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

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

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

R = 56.74%
G = 41.13%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A07406 (or 0xA07406) is known color: Golden Brown. HEX triplet: A0, 74 and 06. RGB value is (160,116,6). Sum of RGB (Red+Green+Blue) = 160+116+6=282 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.74% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 6 (2.73% from 255 or 2.13% from 282); Max value from RGB is 160 - color contains mainly: red. Hex color #A07406 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07406 is #5F8BF9. Grayscale: #757575. Windows color (decimal): -6261754 or 423072. OLE color: 423072.

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

Color convert

RGB 160 116 6 -
CMYK 0 0.28 0.96 0.37
HSL 42.86º 0.93% 0.33% -
HSV(B) 42.86º 0.96% 0.63% -
XYZ 20.78 19.98 2.93 -
YUV 116.62 65.58 158.94 -
System Red Green Blue C M Y K H S L
Decimal 160 116 6 0 0.28 0.96 0.37 42.86 0.93 0.33
Hex A0 74 6 0 1C 60 25 2B 5D 21
Octal 240 164 6 0 34 140 45 53 135 41
Binary 10100000 1110100 110 0 11100 1100000 100101 101011 1011101 100001

Color Harmonies of #A07406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07406

Black with #A07406

Text Example


Text Example

White with #A07406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07406; }

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

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

background-color css

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

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

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

border-color css

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

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

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