Html Css Color HEX #A26258 Au Chico

📋 copy color: '#A26258'

red 162 ◦ green 98 ◦ blue 88

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

Shades of Au Chico #A26258

Tints of Au Chico #A26258

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.16%

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

R = 46.55%
G = 28.16%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A26258 (or 0xA26258) is known color: Au Chico. HEX triplet: A2, 62 and 58. RGB value is (162,98,88). Sum of RGB (Red+Green+Blue) = 162+98+88=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 98 (38.67% from 255 or 28.16% from 348); Blue value is 88 (34.77% from 255 or 25.29% from 348); Max value from RGB is 162 - color contains mainly: red. Hex color #A26258 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26258 is #5D9DA7. Grayscale: #747474. Windows color (decimal): -6135208 or 5792418. OLE color: 5792418.

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

Color convert

RGB 162 98 88 -
CMYK 0 0.40 0.46 0.36
HSL 8.11º 0.3% 0.49% -
HSV(B) 8.11º 0.46% 0.64% -
XYZ 21.03 17.12 11.43 -
YUV 116 112.2 160.81 -
System Red Green Blue C M Y K H S L
Decimal 162 98 88 0 0.40 0.46 0.36 8.11 0.3 0.49
Hex A2 62 58 0 28 2E 24 8 1E 31
Octal 242 142 130 0 50 56 44 10 36 61
Binary 10100010 1100010 1011000 0 101000 101110 100100 1000 11110 110001

Color Harmonies of #A26258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26258

Black with #A26258

Text Example


Text Example

White with #A26258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26258; }

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

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

background-color css

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

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

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

border-color css

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

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

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