Html Css Color HEX #A26655 Au Chico

📋 copy color: '#A26655'

red 162 ◦ green 102 ◦ blue 85

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

Shades of Au Chico #A26655

Tints of Au Chico #A26655

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.23%

 BLUE value IS 85 (33.59% from 255) = 24.36%

R = 46.42%
G = 29.23%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A26655 (or 0xA26655) is known color: Au Chico. HEX triplet: A2, 66 and 55. RGB value is (162,102,85). Sum of RGB (Red+Green+Blue) = 162+102+85=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 85 (33.59% from 255 or 24.36% from 349); Max value from RGB is 162 - color contains mainly: red. Hex color #A26655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26655 is #5D99AA. Grayscale: #767676. Windows color (decimal): -6134187 or 5596834. OLE color: 5596834.

HSL color Cylindrical-coordinate representation of color #A26655: hue angle of 13.25º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A26655 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 102 85 -
CMYK 0 0.37 0.48 0.36
HSL 13.25º 0.31% 0.48% -
HSV(B) 13.25º 0.48% 0.64% -
XYZ 21.29 17.84 10.92 -
YUV 118 109.38 159.38 -
System Red Green Blue C M Y K H S L
Decimal 162 102 85 0 0.37 0.48 0.36 13.25 0.31 0.48
Hex A2 66 55 0 25 30 24 D 1F 30
Octal 242 146 125 0 45 60 44 15 37 60
Binary 10100010 1100110 1010101 0 100101 110000 100100 1101 11111 110000

Color Harmonies of #A26655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26655

Black with #A26655

Text Example


Text Example

White with #A26655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26655; }

 p { color: rgb(162,102,85); }

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

background-color css

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

 a { background-color: rgb(162,102,85); }

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

border-color css

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

 span { border-color: rgb(162,102,85); }

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