Html Css Color HEX #A3675B Au Chico

📋 copy color: '#A3675B'

red 163 ◦ green 103 ◦ blue 91

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

Shades of Au Chico #A3675B

Tints of Au Chico #A3675B

RGB

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

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

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

R = 45.66%
G = 28.85%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A3675B (or 0xA3675B) is known color: Au Chico. HEX triplet: A3, 67 and 5B. RGB value is (163,103,91). Sum of RGB (Red+Green+Blue) = 163+103+91=357 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.66% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 163 - color contains mainly: red. Hex color #A3675B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3675B is #5C98A4. Grayscale: #777777. Windows color (decimal): -6068389 or 5990307. OLE color: 5990307.

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

Color convert

RGB 163 103 91 -
CMYK 0 0.37 0.44 0.36
HSL 10º 0.28% 0.5% -
HSV(B) 10º 0.44% 0.64% -
XYZ 21.84 18.24 12.27 -
YUV 119.57 111.88 158.98 -
System Red Green Blue C M Y K H S L
Decimal 163 103 91 0 0.37 0.44 0.36 10 0.28 0.5
Hex A3 67 5B 0 25 2C 24 A 1C 32
Octal 243 147 133 0 45 54 44 12 34 62
Binary 10100011 1100111 1011011 0 100101 101100 100100 1010 11100 110010

Color Harmonies of #A3675B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3675B

Black with #A3675B

Text Example


Text Example

White with #A3675B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3675B; }

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

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

background-color css

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

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

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

border-color css

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

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

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