Html Css Color HEX #A07606 Golden Brown

📋 copy color: '#A07606'

red 160 ◦ green 118 ◦ blue 6

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

Shades of Golden Brown #A07606

Tints of Golden Brown #A07606

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.55%

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

R = 56.34%
G = 41.55%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A07606 (or 0xA07606) is known color: Golden Brown. HEX triplet: A0, 76 and 06. RGB value is (160,118,6). Sum of RGB (Red+Green+Blue) = 160+118+6=284 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.34% from 284); Green value is 118 (46.48% from 255 or 41.55% from 284); Blue value is 6 (2.73% from 255 or 2.11% from 284); Max value from RGB is 160 - color contains mainly: red. Hex color #A07606 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07606 is #5F89F9. Grayscale: #767676. Windows color (decimal): -6261242 or 423584. OLE color: 423584.

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

Color convert

RGB 160 118 6 -
CMYK 0 0.26 0.96 0.37
HSL 43.64º 0.93% 0.33% -
HSV(B) 43.64º 0.96% 0.63% -
XYZ 21.01 20.44 3.01 -
YUV 117.79 64.91 158.11 -
System Red Green Blue C M Y K H S L
Decimal 160 118 6 0 0.26 0.96 0.37 43.64 0.93 0.33
Hex A0 76 6 0 1A 60 25 2C 5D 21
Octal 240 166 6 0 32 140 45 54 135 41
Binary 10100000 1110110 110 0 11010 1100000 100101 101100 1011101 100001

Color Harmonies of #A07606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07606

Black with #A07606

Text Example


Text Example

White with #A07606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07606; }

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

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

background-color css

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

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

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

border-color css

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

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

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