Html Css Color HEX #A3625D Au Chico

📋 copy color: '#A3625D'

red 163 ◦ green 98 ◦ blue 93

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

Shades of Au Chico #A3625D

Tints of Au Chico #A3625D

RGB

 RED value IS 163 (64.06% from 255) = 46.05%

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

 BLUE value IS 93 (36.72% from 255) = 26.27%

R = 46.05%
G = 27.68%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A3625D (or 0xA3625D) is known color: Au Chico. HEX triplet: A3, 62 and 5D. RGB value is (163,98,93). Sum of RGB (Red+Green+Blue) = 163+98+93=354 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.05% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 163 - color contains mainly: red. Hex color #A3625D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3625D is #5C9DA2. Grayscale: #747474. Windows color (decimal): -6069667 or 6120099. OLE color: 6120099.

HSL color Cylindrical-coordinate representation of color #A3625D: hue angle of 4.29º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A3625D is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 98 93 -
CMYK 0 0.40 0.43 0.36
HSL 4.29º 0.28% 0.5% -
HSV(B) 4.29º 0.43% 0.64% -
XYZ 21.45 17.31 12.57 -
YUV 116.87 114.53 160.91 -
System Red Green Blue C M Y K H S L
Decimal 163 98 93 0 0.40 0.43 0.36 4.29 0.28 0.5
Hex A3 62 5D 0 28 2B 24 4 1C 32
Octal 243 142 135 0 50 53 44 4 34 62
Binary 10100011 1100010 1011101 0 101000 101011 100100 100 11100 110010

Color Harmonies of #A3625D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3625D

Black with #A3625D

Text Example


Text Example

White with #A3625D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3625D; }

 p { color: rgb(163,98,93); }

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

background-color css

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

 a { background-color: rgb(163,98,93); }

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

border-color css

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

 span { border-color: rgb(163,98,93); }

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