Html Css Color HEX #A8665C Au Chico

📋 copy color: '#A8665C'

red 168 ◦ green 102 ◦ blue 92

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

Shades of Au Chico #A8665C

Tints of Au Chico #A8665C

RGB

 RED value IS 168 (66.02% from 255) = 46.41%

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

 BLUE value IS 92 (36.33% from 255) = 25.41%

R = 46.41%
G = 28.18%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A8665C (or 0xA8665C) is known color: Au Chico. HEX triplet: A8, 66 and 5C. RGB value is (168,102,92). Sum of RGB (Red+Green+Blue) = 168+102+92=362 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.41% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 168 - color contains mainly: red. Hex color #A8665C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8665C is #5799A3. Grayscale: #787878. Windows color (decimal): -5740964 or 6055592. OLE color: 6055592.

HSL color Cylindrical-coordinate representation of color #A8665C: hue angle of 7.89º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A8665C is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 102 92 -
CMYK 0 0.39 0.45 0.34
HSL 7.89º 0.3% 0.51% -
HSV(B) 7.89º 0.45% 0.66% -
XYZ 22.83 18.6 12.51 -
YUV 120.59 111.87 161.81 -
System Red Green Blue C M Y K H S L
Decimal 168 102 92 0 0.39 0.45 0.34 7.89 0.3 0.51
Hex A8 66 5C 0 27 2D 22 8 1E 33
Octal 250 146 134 0 47 55 42 10 36 63
Binary 10101000 1100110 1011100 0 100111 101101 100010 1000 11110 110011

Color Harmonies of #A8665C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8665C

Black with #A8665C

Text Example


Text Example

White with #A8665C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8665C; }

 p { color: rgb(168,102,92); }

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

background-color css

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

 a { background-color: rgb(168,102,92); }

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

border-color css

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

 span { border-color: rgb(168,102,92); }

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