Html Css Color HEX #A26A59 Au Chico

📋 copy color: '#A26A59'

red 162 ◦ green 106 ◦ blue 89

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

Shades of Au Chico #A26A59

Tints of Au Chico #A26A59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 24.93%

R = 45.38%
G = 29.69%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#A26A59 (or 0xA26A59) is known color: Au Chico. HEX triplet: A2, 6A and 59. RGB value is (162,106,89). Sum of RGB (Red+Green+Blue) = 162+106+89=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 89 (35.16% from 255 or 24.93% from 357); Max value from RGB is 162 - color contains mainly: red. Hex color #A26A59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26A59 is #5D95A6. Grayscale: #787878. Windows color (decimal): -6133159 or 5860002. OLE color: 5860002.

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

Color convert

RGB 162 106 89 -
CMYK 0 0.35 0.45 0.36
HSL 13.97º 0.29% 0.49% -
HSV(B) 13.97º 0.45% 0.64% -
XYZ 21.86 18.71 11.91 -
YUV 120.81 110.05 157.38 -
System Red Green Blue C M Y K H S L
Decimal 162 106 89 0 0.35 0.45 0.36 13.97 0.29 0.49
Hex A2 6A 59 0 23 2D 24 E 1D 31
Octal 242 152 131 0 43 55 44 16 35 61
Binary 10100010 1101010 1011001 0 100011 101101 100100 1110 11101 110001

Color Harmonies of #A26A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26A59

Black with #A26A59

Text Example


Text Example

White with #A26A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26A59; }

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

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

background-color css

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

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

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

border-color css

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

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

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