Html Css Color HEX #A8615B Au Chico

📋 copy color: '#A8615B'

red 168 ◦ green 97 ◦ blue 91

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

Shades of Au Chico #A8615B

Tints of Au Chico #A8615B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.25%

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

R = 47.19%
G = 27.25%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#A8615B (or 0xA8615B) is known color: Au Chico. HEX triplet: A8, 61 and 5B. RGB value is (168,97,91). Sum of RGB (Red+Green+Blue) = 168+97+91=356 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.19% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 168 - color contains mainly: red. Hex color #A8615B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8615B is #579EA4. Grayscale: #757575. Windows color (decimal): -5742245 or 5988776. OLE color: 5988776.

HSL color Cylindrical-coordinate representation of color #A8615B: hue angle of 4.68º 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 #A8615B is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 97 91 -
CMYK 0 0.42 0.46 0.34
HSL 4.68º 0.31% 0.51% -
HSV(B) 4.68º 0.46% 0.66% -
XYZ 22.31 17.63 12.12 -
YUV 117.55 113.02 163.99 -
System Red Green Blue C M Y K H S L
Decimal 168 97 91 0 0.42 0.46 0.34 4.68 0.31 0.51
Hex A8 61 5B 0 2A 2E 22 5 1F 33
Octal 250 141 133 0 52 56 42 5 37 63
Binary 10101000 1100001 1011011 0 101010 101110 100010 101 11111 110011

Color Harmonies of #A8615B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8615B

Black with #A8615B

Text Example


Text Example

White with #A8615B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8615B; }

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

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

background-color css

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

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

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

border-color css

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

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

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