Html Css Color HEX #A3675D Au Chico

📋 copy color: '#A3675D'

red 163 ◦ green 103 ◦ blue 93

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

Shades of Au Chico #A3675D

Tints of Au Chico #A3675D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.69%

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

R = 45.4%
G = 28.69%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A3675D (or 0xA3675D) is known color: Au Chico. HEX triplet: A3, 67 and 5D. RGB value is (163,103,93). Sum of RGB (Red+Green+Blue) = 163+103+93=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 163 - color contains mainly: red. Hex color #A3675D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3675D is #5C98A2. Grayscale: #777777. Windows color (decimal): -6068387 or 6121379. OLE color: 6121379.

HSL color Cylindrical-coordinate representation of color #A3675D: hue angle of 8.57º 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 #A3675D is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 103 93 -
CMYK 0 0.37 0.43 0.36
HSL 8.57º 0.28% 0.5% -
HSV(B) 8.57º 0.43% 0.64% -
XYZ 21.93 18.28 12.73 -
YUV 119.8 112.88 158.81 -
System Red Green Blue C M Y K H S L
Decimal 163 103 93 0 0.37 0.43 0.36 8.57 0.28 0.5
Hex A3 67 5D 0 25 2B 24 9 1C 32
Octal 243 147 135 0 45 53 44 11 34 62
Binary 10100011 1100111 1011101 0 100101 101011 100100 1001 11100 110010

Color Harmonies of #A3675D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3675D

Black with #A3675D

Text Example


Text Example

White with #A3675D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3675D; }

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

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

background-color css

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

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

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

border-color css

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

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

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