Html Css Color HEX #A2675A Au Chico

📋 copy color: '#A2675A'

red 162 ◦ green 103 ◦ blue 90

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

Shades of Au Chico #A2675A

Tints of Au Chico #A2675A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.01%

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

R = 45.63%
G = 29.01%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A2675A (or 0xA2675A) is known color: Au Chico. HEX triplet: A2, 67 and 5A. RGB value is (162,103,90). Sum of RGB (Red+Green+Blue) = 162+103+90=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 162 - color contains mainly: red. Hex color #A2675A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2675A is #5D98A5. Grayscale: #777777. Windows color (decimal): -6133926 or 5924770. OLE color: 5924770.

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

Color convert

RGB 162 103 90 -
CMYK 0 0.36 0.44 0.36
HSL 10.83º 0.29% 0.49% -
HSV(B) 10.83º 0.44% 0.64% -
XYZ 21.6 18.12 12.03 -
YUV 119.16 111.55 158.56 -
System Red Green Blue C M Y K H S L
Decimal 162 103 90 0 0.36 0.44 0.36 10.83 0.29 0.49
Hex A2 67 5A 0 24 2C 24 B 1D 31
Octal 242 147 132 0 44 54 44 13 35 61
Binary 10100010 1100111 1011010 0 100100 101100 100100 1011 11101 110001

Color Harmonies of #A2675A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2675A

Black with #A2675A

Text Example


Text Example

White with #A2675A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2675A; }

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

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

background-color css

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

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

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

border-color css

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

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

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