Html Css Color HEX #A65813 Golden Brown

📋 copy color: '#A65813'

red 166 ◦ green 88 ◦ blue 19

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

Shades of Golden Brown #A65813

Tints of Golden Brown #A65813

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.23%

 BLUE value IS 19 (7.81% from 255) = 6.96%

R = 60.81%
G = 32.23%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A65813 (or 0xA65813) is known color: Golden Brown. HEX triplet: A6, 58 and 13. RGB value is (166,88,19). Sum of RGB (Red+Green+Blue) = 166+88+19=273 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.81% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 166 - color contains mainly: red. Hex color #A65813 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65813 is #59A7EC. Grayscale: #676767. Windows color (decimal): -5875693 or 1267878. OLE color: 1267878.

HSL color Cylindrical-coordinate representation of color #A65813: hue angle of 28.16º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A65813 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 88 19 -
CMYK 0 0.47 0.89 0.35
HSL 28.16º 0.79% 0.36% -
HSV(B) 28.16º 0.89% 0.65% -
XYZ 19.33 15.13 2.52 -
YUV 103.46 80.34 172.61 -
System Red Green Blue C M Y K H S L
Decimal 166 88 19 0 0.47 0.89 0.35 28.16 0.79 0.36
Hex A6 58 13 0 2F 59 23 1C 4F 24
Octal 246 130 23 0 57 131 43 34 117 44
Binary 10100110 1011000 10011 0 101111 1011001 100011 11100 1001111 100100

Color Harmonies of #A65813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65813

Black with #A65813

Text Example


Text Example

White with #A65813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65813; }

 p { color: rgb(166,88,19); }

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

background-color css

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

 a { background-color: rgb(166,88,19); }

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

border-color css

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

 span { border-color: rgb(166,88,19); }

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