Html Css Color HEX #A65307 Golden Brown

📋 copy color: '#A65307'

red 166 ◦ green 83 ◦ blue 7

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

Shades of Golden Brown #A65307

Tints of Golden Brown #A65307

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.42%

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

R = 64.84%
G = 32.42%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A65307 (or 0xA65307) is known color: Golden Brown. HEX triplet: A6, 53 and 07. RGB value is (166,83,7). Sum of RGB (Red+Green+Blue) = 166+83+7=256 (33% of max value = 765). Red value is 166 (65.23% from 255 or 64.84% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 7 (3.12% from 255 or 2.73% from 256); Max value from RGB is 166 - color contains mainly: red. Hex color #A65307 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65307 is #59ACF8. Grayscale: #636363. Windows color (decimal): -5876985 or 480166. OLE color: 480166.

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

Color convert

RGB 166 83 7 -
CMYK 0 0.50 0.96 0.35
HSL 28.68º 0.92% 0.34% -
HSV(B) 28.68º 0.96% 0.65% -
XYZ 18.86 14.31 1.97 -
YUV 99.15 76 175.68 -
System Red Green Blue C M Y K H S L
Decimal 166 83 7 0 0.50 0.96 0.35 28.68 0.92 0.34
Hex A6 53 7 0 32 60 23 1D 5C 22
Octal 246 123 7 0 62 140 43 35 134 42
Binary 10100110 1010011 111 0 110010 1100000 100011 11101 1011100 100010

Color Harmonies of #A65307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65307

Black with #A65307

Text Example


Text Example

White with #A65307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65307; }

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

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

background-color css

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

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

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

border-color css

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

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

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