Html Css Color HEX #A26555 Au Chico

📋 copy color: '#A26555'

red 162 ◦ green 101 ◦ blue 85

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

Shades of Au Chico #A26555

Tints of Au Chico #A26555

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.02%

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

R = 46.55%
G = 29.02%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A26555 (or 0xA26555) is known color: Au Chico. HEX triplet: A2, 65 and 55. RGB value is (162,101,85). Sum of RGB (Red+Green+Blue) = 162+101+85=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 85 (33.59% from 255 or 24.43% from 348); Max value from RGB is 162 - color contains mainly: red. Hex color #A26555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26555 is #5D9AAA. Grayscale: #757575. Windows color (decimal): -6134443 or 5596578. OLE color: 5596578.

HSL color Cylindrical-coordinate representation of color #A26555: hue angle of 12.47º 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 #A26555 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 101 85 -
CMYK 0 0.38 0.48 0.36
HSL 12.47º 0.31% 0.48% -
HSV(B) 12.47º 0.48% 0.64% -
XYZ 21.19 17.64 10.88 -
YUV 117.42 109.71 159.8 -
System Red Green Blue C M Y K H S L
Decimal 162 101 85 0 0.38 0.48 0.36 12.47 0.31 0.48
Hex A2 65 55 0 26 30 24 C 1F 30
Octal 242 145 125 0 46 60 44 14 37 60
Binary 10100010 1100101 1010101 0 100110 110000 100100 1100 11111 110000

Color Harmonies of #A26555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26555

Black with #A26555

Text Example


Text Example

White with #A26555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26555; }

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

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

background-color css

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

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

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

border-color css

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

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

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