Html Css Color HEX #A65407 Golden Brown

📋 copy color: '#A65407'

red 166 ◦ green 84 ◦ blue 7

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

Shades of Golden Brown #A65407

Tints of Golden Brown #A65407

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.68%

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

R = 64.59%
G = 32.68%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A65407 (or 0xA65407) is known color: Golden Brown. HEX triplet: A6, 54 and 07. RGB value is (166,84,7). Sum of RGB (Red+Green+Blue) = 166+84+7=257 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.59% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 7 (3.12% from 255 or 2.72% from 257); Max value from RGB is 166 - color contains mainly: red. Hex color #A65407 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65407 is #59ABF8. Grayscale: #646464. Windows color (decimal): -5876729 or 480422. OLE color: 480422.

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

Color convert

RGB 166 84 7 -
CMYK 0 0.49 0.96 0.35
HSL 29.06º 0.92% 0.34% -
HSV(B) 29.06º 0.96% 0.65% -
XYZ 18.93 14.46 1.99 -
YUV 99.74 75.67 175.26 -
System Red Green Blue C M Y K H S L
Decimal 166 84 7 0 0.49 0.96 0.35 29.06 0.92 0.34
Hex A6 54 7 0 31 60 23 1D 5C 22
Octal 246 124 7 0 61 140 43 35 134 42
Binary 10100110 1010100 111 0 110001 1100000 100011 11101 1011100 100010

Color Harmonies of #A65407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65407

Black with #A65407

Text Example


Text Example

White with #A65407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65407; }

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

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

background-color css

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

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

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

border-color css

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

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

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