Html Css Color HEX #A26252 Au Chico

📋 copy color: '#A26252'

red 162 ◦ green 98 ◦ blue 82

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

Shades of Au Chico #A26252

Tints of Au Chico #A26252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.98%

R = 47.37%
G = 28.65%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A26252 (or 0xA26252) is known color: Au Chico. HEX triplet: A2, 62 and 52. RGB value is (162,98,82). Sum of RGB (Red+Green+Blue) = 162+98+82=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 82 (32.42% from 255 or 23.98% from 342); Max value from RGB is 162 - color contains mainly: red. Hex color #A26252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26252 is #5D9DAD. Grayscale: #737373. Windows color (decimal): -6135214 or 5399202. OLE color: 5399202.

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

Color convert

RGB 162 98 82 -
CMYK 0 0.40 0.49 0.36
HSL 12º 0.33% 0.48% -
HSV(B) 12º 0.49% 0.64% -
XYZ 20.79 17.03 10.17 -
YUV 115.31 109.2 161.3 -
System Red Green Blue C M Y K H S L
Decimal 162 98 82 0 0.40 0.49 0.36 12 0.33 0.48
Hex A2 62 52 0 28 31 24 C 21 30
Octal 242 142 122 0 50 61 44 14 41 60
Binary 10100010 1100010 1010010 0 101000 110001 100100 1100 100001 110000

Color Harmonies of #A26252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26252

Black with #A26252

Text Example


Text Example

White with #A26252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26252; }

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

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

background-color css

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

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

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

border-color css

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

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

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