Html Css Color HEX #A26558 Au Chico

📋 copy color: '#A26558'

red 162 ◦ green 101 ◦ blue 88

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

Shades of Au Chico #A26558

Tints of Au Chico #A26558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.07%

R = 46.15%
G = 28.77%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A26558 (or 0xA26558) is known color: Au Chico. HEX triplet: A2, 65 and 58. RGB value is (162,101,88). Sum of RGB (Red+Green+Blue) = 162+101+88=351 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.15% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 88 (34.77% from 255 or 25.07% from 351); Max value from RGB is 162 - color contains mainly: red. Hex color #A26558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26558 is #5D9AA7. Grayscale: #757575. Windows color (decimal): -6134440 or 5793186. OLE color: 5793186.

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

Color convert

RGB 162 101 88 -
CMYK 0 0.38 0.46 0.36
HSL 10.54º 0.3% 0.49% -
HSV(B) 10.54º 0.46% 0.64% -
XYZ 21.32 17.69 11.52 -
YUV 117.76 111.21 159.56 -
System Red Green Blue C M Y K H S L
Decimal 162 101 88 0 0.38 0.46 0.36 10.54 0.3 0.49
Hex A2 65 58 0 26 2E 24 B 1E 31
Octal 242 145 130 0 46 56 44 13 36 61
Binary 10100010 1100101 1011000 0 100110 101110 100100 1011 11110 110001

Color Harmonies of #A26558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26558

Black with #A26558

Text Example


Text Example

White with #A26558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26558; }

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

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

background-color css

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

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

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

border-color css

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

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

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