Html Css Color HEX #A26352 Au Chico

📋 copy color: '#A26352'

red 162 ◦ green 99 ◦ blue 82

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

Shades of Au Chico #A26352

Tints of Au Chico #A26352

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.86%

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

R = 47.23%
G = 28.86%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A26352 (or 0xA26352) is known color: Au Chico. HEX triplet: A2, 63 and 52. RGB value is (162,99,82). Sum of RGB (Red+Green+Blue) = 162+99+82=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 82 (32.42% from 255 or 23.91% from 343); Max value from RGB is 162 - color contains mainly: red. Hex color #A26352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26352 is #5D9CAD. Grayscale: #747474. Windows color (decimal): -6134958 or 5399458. OLE color: 5399458.

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

Color convert

RGB 162 99 82 -
CMYK 0 0.39 0.49 0.36
HSL 12.75º 0.33% 0.48% -
HSV(B) 12.75º 0.49% 0.64% -
XYZ 20.89 17.21 10.2 -
YUV 115.9 108.87 160.88 -
System Red Green Blue C M Y K H S L
Decimal 162 99 82 0 0.39 0.49 0.36 12.75 0.33 0.48
Hex A2 63 52 0 27 31 24 D 21 30
Octal 242 143 122 0 47 61 44 15 41 60
Binary 10100010 1100011 1010010 0 100111 110001 100100 1101 100001 110000

Color Harmonies of #A26352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26352

Black with #A26352

Text Example


Text Example

White with #A26352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26352; }

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

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

background-color css

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

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

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

border-color css

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

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

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