Html Css Color HEX #A65A3F Sepia

📋 copy color: '#A65A3F'

red 166 ◦ green 90 ◦ blue 63

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

Shades of Sepia #A65A3F

Tints of Sepia #A65A3F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.21%

 BLUE value IS 63 (25% from 255) = 19.75%

R = 52.04%
G = 28.21%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A65A3F (or 0xA65A3F) is known color: Sepia. HEX triplet: A6, 5A and 3F. RGB value is (166,90,63). Sum of RGB (Red+Green+Blue) = 166+90+63=319 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.04% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 166 - color contains mainly: red. Hex color #A65A3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65A3F is #59A5C0. Grayscale: #6D6D6D. Windows color (decimal): -5875137 or 4151974. OLE color: 4151974.

HSL color Cylindrical-coordinate representation of color #A65A3F: hue angle of 15.73º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A65A3F is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 90 63 -
CMYK 0 0.46 0.62 0.35
HSL 15.73º 0.45% 0.45% -
HSV(B) 15.73º 0.62% 0.65% -
XYZ 20.28 15.78 6.68 -
YUV 109.65 101.68 168.2 -
System Red Green Blue C M Y K H S L
Decimal 166 90 63 0 0.46 0.62 0.35 15.73 0.45 0.45
Hex A6 5A 3F 0 2E 3E 23 10 2D 2D
Octal 246 132 77 0 56 76 43 20 55 55
Binary 10100110 1011010 111111 0 101110 111110 100011 10000 101101 101101

Color Harmonies of #A65A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65A3F

Black with #A65A3F

Text Example


Text Example

White with #A65A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65A3F; }

 p { color: rgb(166,90,63); }

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

background-color css

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

 a { background-color: rgb(166,90,63); }

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

border-color css

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

 span { border-color: rgb(166,90,63); }

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