Html Css Color HEX #A2635A Au Chico

📋 copy color: '#A2635A'

red 162 ◦ green 99 ◦ blue 90

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

Shades of Au Chico #A2635A

Tints of Au Chico #A2635A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.64%

R = 46.15%
G = 28.21%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A2635A (or 0xA2635A) is known color: Au Chico. HEX triplet: A2, 63 and 5A. RGB value is (162,99,90). Sum of RGB (Red+Green+Blue) = 162+99+90=351 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.15% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 90 (35.55% from 255 or 25.64% from 351); Max value from RGB is 162 - color contains mainly: red. Hex color #A2635A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2635A is #5D9CA5. Grayscale: #747474. Windows color (decimal): -6134950 or 5923746. OLE color: 5923746.

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

Color convert

RGB 162 99 90 -
CMYK 0 0.39 0.44 0.36
HSL 7.5º 0.29% 0.49% -
HSV(B) 7.5º 0.44% 0.64% -
XYZ 21.21 17.34 11.9 -
YUV 116.81 112.87 160.23 -
System Red Green Blue C M Y K H S L
Decimal 162 99 90 0 0.39 0.44 0.36 7.5 0.29 0.49
Hex A2 63 5A 0 27 2C 24 8 1D 31
Octal 242 143 132 0 47 54 44 10 35 61
Binary 10100010 1100011 1011010 0 100111 101100 100100 1000 11101 110001

Color Harmonies of #A2635A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2635A

Black with #A2635A

Text Example


Text Example

White with #A2635A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2635A; }

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

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

background-color css

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

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

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

border-color css

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

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

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