Html Css Color HEX #A26B62 Dark Chestnut

📋 copy color: '#A26B62'

red 162 ◦ green 107 ◦ blue 98

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

Shades of Dark Chestnut #A26B62

Tints of Dark Chestnut #A26B62

RGB

 RED value IS 162 (63.67% from 255) = 44.14%

 GREEN value IS 107 (42.19% from 255) = 29.16%

 BLUE value IS 98 (38.67% from 255) = 26.7%

R = 44.14%
G = 29.16%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A26B62 (or 0xA26B62) is known color: Dark Chestnut. HEX triplet: A2, 6B and 62. RGB value is (162,107,98). Sum of RGB (Red+Green+Blue) = 162+107+98=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 98 (38.67% from 255 or 26.70% from 367); Max value from RGB is 162 - color contains mainly: red. Hex color #A26B62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26B62 is #5D949D. Grayscale: #7A7A7A. Windows color (decimal): -6132894 or 6450082. OLE color: 6450082.

HSL color Cylindrical-coordinate representation of color #A26B62: hue angle of 8.44º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A26B62 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 107 98 -
CMYK 0 0.34 0.40 0.36
HSL 8.44º 0.26% 0.51% -
HSV(B) 8.44º 0.4% 0.64% -
XYZ 22.36 19.08 14.06 -
YUV 122.42 114.22 156.23 -
System Red Green Blue C M Y K H S L
Decimal 162 107 98 0 0.34 0.40 0.36 8.44 0.26 0.51
Hex A2 6B 62 0 22 28 24 8 1A 33
Octal 242 153 142 0 42 50 44 10 32 63
Binary 10100010 1101011 1100010 0 100010 101000 100100 1000 11010 110011

Color Harmonies of #A26B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26B62

Black with #A26B62

Text Example


Text Example

White with #A26B62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26B62; }

 p { color: rgb(162,107,98); }

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

background-color css

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

 a { background-color: rgb(162,107,98); }

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

border-color css

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

 span { border-color: rgb(162,107,98); }

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