Html Css Color HEX #A26058 Au Chico

📋 copy color: '#A26058'

red 162 ◦ green 96 ◦ blue 88

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

Shades of Au Chico #A26058

Tints of Au Chico #A26058

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.75%

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

R = 46.82%
G = 27.75%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A26058 (or 0xA26058) is known color: Au Chico. HEX triplet: A2, 60 and 58. RGB value is (162,96,88). Sum of RGB (Red+Green+Blue) = 162+96+88=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 88 (34.77% from 255 or 25.43% from 346); Max value from RGB is 162 - color contains mainly: red. Hex color #A26058 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26058 is #5D9FA7. Grayscale: #727272. Windows color (decimal): -6135720 or 5791906. OLE color: 5791906.

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

Color convert

RGB 162 96 88 -
CMYK 0 0.41 0.46 0.36
HSL 6.49º 0.3% 0.49% -
HSV(B) 6.49º 0.46% 0.64% -
XYZ 20.84 16.75 11.37 -
YUV 114.82 112.87 161.65 -
System Red Green Blue C M Y K H S L
Decimal 162 96 88 0 0.41 0.46 0.36 6.49 0.3 0.49
Hex A2 60 58 0 29 2E 24 6 1E 31
Octal 242 140 130 0 51 56 44 6 36 61
Binary 10100010 1100000 1011000 0 101001 101110 100100 110 11110 110001

Color Harmonies of #A26058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26058

Black with #A26058

Text Example


Text Example

White with #A26058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26058; }

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

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

background-color css

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

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

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

border-color css

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

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

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