Html Css Color HEX #A65705 Golden Brown

📋 copy color: '#A65705'

red 166 ◦ green 87 ◦ blue 5

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

Shades of Golden Brown #A65705

Tints of Golden Brown #A65705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.94%

R = 64.34%
G = 33.72%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#A65705 (or 0xA65705) is known color: Golden Brown. HEX triplet: A6, 57 and 05. RGB value is (166,87,5). Sum of RGB (Red+Green+Blue) = 166+87+5=258 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.34% from 258); Green value is 87 (34.38% from 255 or 33.72% from 258); Blue value is 5 (2.34% from 255 or 1.94% from 258); Max value from RGB is 166 - color contains mainly: red. Hex color #A65705 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65705 is #59A8FA. Grayscale: #656565. Windows color (decimal): -5875963 or 350118. OLE color: 350118.

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

Color convert

RGB 166 87 5 -
CMYK 0 0.48 0.97 0.35
HSL 30.56º 0.94% 0.34% -
HSV(B) 30.56º 0.97% 0.65% -
XYZ 19.16 14.93 2.02 -
YUV 101.27 73.67 174.17 -
System Red Green Blue C M Y K H S L
Decimal 166 87 5 0 0.48 0.97 0.35 30.56 0.94 0.34
Hex A6 57 5 0 30 61 23 1F 5E 22
Octal 246 127 5 0 60 141 43 37 136 42
Binary 10100110 1010111 101 0 110000 1100001 100011 11111 1011110 100010

Color Harmonies of #A65705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65705

Black with #A65705

Text Example


Text Example

White with #A65705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65705; }

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

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

background-color css

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

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

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

border-color css

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

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

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