Html Css Color HEX #A65A3E Sepia

📋 copy color: '#A65A3E'

red 166 ◦ green 90 ◦ blue 62

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

Shades of Sepia #A65A3E

Tints of Sepia #A65A3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.5%

R = 52.2%
G = 28.3%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A65A3E (or 0xA65A3E) is known color: Sepia. HEX triplet: A6, 5A and 3E. RGB value is (166,90,62). Sum of RGB (Red+Green+Blue) = 166+90+62=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 62 (24.61% from 255 or 19.50% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A65A3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65A3E is #59A5C1. Grayscale: #6D6D6D. Windows color (decimal): -5875138 or 4086438. OLE color: 4086438.

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

Color convert

RGB 166 90 62 -
CMYK 0 0.46 0.63 0.35
HSL 16.15º 0.46% 0.45% -
HSV(B) 16.15º 0.63% 0.65% -
XYZ 20.25 15.77 6.53 -
YUV 109.53 101.18 168.28 -
System Red Green Blue C M Y K H S L
Decimal 166 90 62 0 0.46 0.63 0.35 16.15 0.46 0.45
Hex A6 5A 3E 0 2E 3F 23 10 2E 2D
Octal 246 132 76 0 56 77 43 20 56 55
Binary 10100110 1011010 111110 0 101110 111111 100011 10000 101110 101101

Color Harmonies of #A65A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65A3E

Black with #A65A3E

Text Example


Text Example

White with #A65A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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