Html Css Color HEX #A26A5F Au Chico

📋 copy color: '#A26A5F'

red 162 ◦ green 106 ◦ blue 95

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

Shades of Au Chico #A26A5F

Tints of Au Chico #A26A5F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.2%

 BLUE value IS 95 (37.5% from 255) = 26.17%

R = 44.63%
G = 29.2%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A26A5F (or 0xA26A5F) is known color: Au Chico. HEX triplet: A2, 6A and 5F. RGB value is (162,106,95). Sum of RGB (Red+Green+Blue) = 162+106+95=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 95 (37.5% from 255 or 26.17% from 363); Max value from RGB is 162 - color contains mainly: red. Hex color #A26A5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26A5F is #5D95A0. Grayscale: #797979. Windows color (decimal): -6133153 or 6253218. OLE color: 6253218.

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

Color convert

RGB 162 106 95 -
CMYK 0 0.35 0.41 0.36
HSL 9.85º 0.26% 0.5% -
HSV(B) 9.85º 0.41% 0.64% -
XYZ 22.12 18.82 13.29 -
YUV 121.49 113.05 156.89 -
System Red Green Blue C M Y K H S L
Decimal 162 106 95 0 0.35 0.41 0.36 9.85 0.26 0.5
Hex A2 6A 5F 0 23 29 24 A 1A 32
Octal 242 152 137 0 43 51 44 12 32 62
Binary 10100010 1101010 1011111 0 100011 101001 100100 1010 11010 110010

Color Harmonies of #A26A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26A5F

Black with #A26A5F

Text Example


Text Example

White with #A26A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26A5F; }

 p { color: rgb(162,106,95); }

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

background-color css

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

 a { background-color: rgb(162,106,95); }

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

border-color css

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

 span { border-color: rgb(162,106,95); }

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