Html Css Color HEX #A8605B Au Chico

📋 copy color: '#A8605B'

red 168 ◦ green 96 ◦ blue 91

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

Shades of Au Chico #A8605B

Tints of Au Chico #A8605B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.04%

 BLUE value IS 91 (35.94% from 255) = 25.63%

R = 47.32%
G = 27.04%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#A8605B (or 0xA8605B) is known color: Au Chico. HEX triplet: A8, 60 and 5B. RGB value is (168,96,91). Sum of RGB (Red+Green+Blue) = 168+96+91=355 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.32% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 91 (35.94% from 255 or 25.63% from 355); Max value from RGB is 168 - color contains mainly: red. Hex color #A8605B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8605B is #579FA4. Grayscale: #757575. Windows color (decimal): -5742501 or 5988520. OLE color: 5988520.

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

Color convert

RGB 168 96 91 -
CMYK 0 0.43 0.46 0.34
HSL 3.9º 0.31% 0.51% -
HSV(B) 3.9º 0.46% 0.66% -
XYZ 22.22 17.45 12.09 -
YUV 116.96 113.35 164.41 -
System Red Green Blue C M Y K H S L
Decimal 168 96 91 0 0.43 0.46 0.34 3.9 0.31 0.51
Hex A8 60 5B 0 2B 2E 22 4 1F 33
Octal 250 140 133 0 53 56 42 4 37 63
Binary 10101000 1100000 1011011 0 101011 101110 100010 100 11111 110011

Color Harmonies of #A8605B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8605B

Black with #A8605B

Text Example


Text Example

White with #A8605B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8605B; }

 p { color: rgb(168,96,91); }

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

background-color css

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

 a { background-color: rgb(168,96,91); }

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

border-color css

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

 span { border-color: rgb(168,96,91); }

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