Html Css Color HEX #AC675A Au Chico

📋 copy color: '#AC675A'

red 172 ◦ green 103 ◦ blue 90

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

Shades of Au Chico #AC675A

Tints of Au Chico #AC675A

RGB

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

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

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

R = 47.12%
G = 28.22%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC675A (or 0xAC675A) is known color: Au Chico. HEX triplet: AC, 67 and 5A. RGB value is (172,103,90). Sum of RGB (Red+Green+Blue) = 172+103+90=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC675A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC675A is #5398A5. Grayscale: #7A7A7A. Windows color (decimal): -5478566 or 5924780. OLE color: 5924780.

HSL color Cylindrical-coordinate representation of color #AC675A: hue angle of 9.51º 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 #AC675A is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 103 90 -
CMYK 0 0.40 0.48 0.33
HSL 9.51º 0.33% 0.51% -
HSV(B) 9.51º 0.48% 0.67% -
XYZ 23.71 19.21 12.13 -
YUV 122.15 109.86 163.56 -
System Red Green Blue C M Y K H S L
Decimal 172 103 90 0 0.40 0.48 0.33 9.51 0.33 0.51
Hex AC 67 5A 0 28 30 21 A 21 33
Octal 254 147 132 0 50 60 41 12 41 63
Binary 10101100 1100111 1011010 0 101000 110000 100001 1010 100001 110011

Color Harmonies of #AC675A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC675A

Black with #AC675A

Text Example


Text Example

White with #AC675A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC675A; }

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

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

background-color css

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

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

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

border-color css

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

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

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