Html Css Color HEX #A65707 Golden Brown

📋 copy color: '#A65707'

red 166 ◦ green 87 ◦ blue 7

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

Shades of Golden Brown #A65707

Tints of Golden Brown #A65707

RGB

 RED value IS 166 (65.23% from 255) = 63.85%

 GREEN value IS 87 (34.38% from 255) = 33.46%

 BLUE value IS 7 (3.13% from 255) = 2.69%

R = 63.85%
G = 33.46%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A65707 (or 0xA65707) is known color: Golden Brown. HEX triplet: A6, 57 and 07. RGB value is (166,87,7). Sum of RGB (Red+Green+Blue) = 166+87+7=260 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.85% from 260); Green value is 87 (34.38% from 255 or 33.46% from 260); Blue value is 7 (3.12% from 255 or 2.69% from 260); Max value from RGB is 166 - color contains mainly: red. Hex color #A65707 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65707 is #59A8F8. Grayscale: #656565. Windows color (decimal): -5875961 or 481190. OLE color: 481190.

HSL color Cylindrical-coordinate representation of color #A65707: hue angle of 30.19º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A65707 is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 87 7 -
CMYK 0 0.48 0.96 0.35
HSL 30.19º 0.92% 0.34% -
HSV(B) 30.19º 0.96% 0.65% -
XYZ 19.17 14.94 2.07 -
YUV 101.5 74.67 174 -
System Red Green Blue C M Y K H S L
Decimal 166 87 7 0 0.48 0.96 0.35 30.19 0.92 0.34
Hex A6 57 7 0 30 60 23 1E 5C 22
Octal 246 127 7 0 60 140 43 36 134 42
Binary 10100110 1010111 111 0 110000 1100000 100011 11110 1011100 100010

Color Harmonies of #A65707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65707

Black with #A65707

Text Example


Text Example

White with #A65707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65707; }

 p { color: rgb(166,87,7); }

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

background-color css

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

 a { background-color: rgb(166,87,7); }

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

border-color css

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

 span { border-color: rgb(166,87,7); }

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