Html Css Color HEX #AC665A Au Chico

📋 copy color: '#AC665A'

red 172 ◦ green 102 ◦ blue 90

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

Shades of Au Chico #AC665A

Tints of Au Chico #AC665A

RGB

 RED value IS 172 (67.58% from 255) = 47.25%

 GREEN value IS 102 (40.23% from 255) = 28.02%

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

R = 47.25%
G = 28.02%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC665A (or 0xAC665A) is known color: Au Chico. HEX triplet: AC, 66 and 5A. RGB value is (172,102,90). Sum of RGB (Red+Green+Blue) = 172+102+90=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 90 (35.55% from 255 or 24.73% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC665A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC665A is #5399A5. Grayscale: #797979. Windows color (decimal): -5478822 or 5924524. OLE color: 5924524.

HSL color Cylindrical-coordinate representation of color #AC665A: hue angle of 8.78º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC665A is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 102 90 -
CMYK 0 0.41 0.48 0.33
HSL 8.78º 0.33% 0.51% -
HSV(B) 8.78º 0.48% 0.67% -
XYZ 23.61 19.01 12.1 -
YUV 121.56 110.19 163.98 -
System Red Green Blue C M Y K H S L
Decimal 172 102 90 0 0.41 0.48 0.33 8.78 0.33 0.51
Hex AC 66 5A 0 29 30 21 9 21 33
Octal 254 146 132 0 51 60 41 11 41 63
Binary 10101100 1100110 1011010 0 101001 110000 100001 1001 100001 110011

Color Harmonies of #AC665A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC665A

Black with #AC665A

Text Example


Text Example

White with #AC665A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC665A; }

 p { color: rgb(172,102,90); }

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

background-color css

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

 a { background-color: rgb(172,102,90); }

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

border-color css

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

 span { border-color: rgb(172,102,90); }

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