Html Css Color HEX #A26C60 Au Chico

📋 copy color: '#A26C60'

red 162 ◦ green 108 ◦ blue 96

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

Shades of Au Chico #A26C60

Tints of Au Chico #A26C60

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.51%

 BLUE value IS 96 (37.89% from 255) = 26.23%

R = 44.26%
G = 29.51%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A26C60 (or 0xA26C60) is known color: Au Chico. HEX triplet: A2, 6C and 60. RGB value is (162,108,96). Sum of RGB (Red+Green+Blue) = 162+108+96=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 162 - color contains mainly: red. Hex color #A26C60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26C60 is #5D939F. Grayscale: #7A7A7A. Windows color (decimal): -6132640 or 6319266. OLE color: 6319266.

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

Color convert

RGB 162 108 96 -
CMYK 0 0.33 0.41 0.36
HSL 10.91º 0.26% 0.51% -
HSV(B) 10.91º 0.41% 0.64% -
XYZ 22.37 19.25 13.6 -
YUV 122.78 112.89 155.98 -
System Red Green Blue C M Y K H S L
Decimal 162 108 96 0 0.33 0.41 0.36 10.91 0.26 0.51
Hex A2 6C 60 0 21 29 24 B 1A 33
Octal 242 154 140 0 41 51 44 13 32 63
Binary 10100010 1101100 1100000 0 100001 101001 100100 1011 11010 110011

Color Harmonies of #A26C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26C60

Black with #A26C60

Text Example


Text Example

White with #A26C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26C60; }

 p { color: rgb(162,108,96); }

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

background-color css

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

 a { background-color: rgb(162,108,96); }

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

border-color css

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

 span { border-color: rgb(162,108,96); }

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