Html Css Color HEX #A8625C Au Chico

📋 copy color: '#A8625C'

red 168 ◦ green 98 ◦ blue 92

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

Shades of Au Chico #A8625C

Tints of Au Chico #A8625C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.37%

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

R = 46.93%
G = 27.37%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A8625C (or 0xA8625C) is known color: Au Chico. HEX triplet: A8, 62 and 5C. RGB value is (168,98,92). Sum of RGB (Red+Green+Blue) = 168+98+92=358 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.93% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 168 - color contains mainly: red. Hex color #A8625C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8625C is #579DA3. Grayscale: #767676. Windows color (decimal): -5741988 or 6054568. OLE color: 6054568.

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

Color convert

RGB 168 98 92 -
CMYK 0 0.42 0.45 0.34
HSL 4.74º 0.3% 0.51% -
HSV(B) 4.74º 0.45% 0.66% -
XYZ 22.45 17.83 12.38 -
YUV 118.25 113.19 163.49 -
System Red Green Blue C M Y K H S L
Decimal 168 98 92 0 0.42 0.45 0.34 4.74 0.3 0.51
Hex A8 62 5C 0 2A 2D 22 5 1E 33
Octal 250 142 134 0 52 55 42 5 36 63
Binary 10101000 1100010 1011100 0 101010 101101 100010 101 11110 110011

Color Harmonies of #A8625C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8625C

Black with #A8625C

Text Example


Text Example

White with #A8625C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8625C; }

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

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

background-color css

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

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

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

border-color css

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

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

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