Html Css Color HEX #A35C32 Indochine

📋 copy color: '#A35C32'

red 163 ◦ green 92 ◦ blue 50

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

Shades of Indochine #A35C32

Tints of Indochine #A35C32

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.16%

 BLUE value IS 50 (19.92% from 255) = 16.39%

R = 53.44%
G = 30.16%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A35C32 (or 0xA35C32) is known color: Indochine. HEX triplet: A3, 5C and 32. RGB value is (163,92,50). Sum of RGB (Red+Green+Blue) = 163+92+50=305 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.44% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 163 - color contains mainly: red. Hex color #A35C32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35C32 is #5CA3CD. Grayscale: #6C6C6C. Windows color (decimal): -6071246 or 3300515. OLE color: 3300515.

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

Color convert

RGB 163 92 50 -
CMYK 0 0.44 0.69 0.36
HSL 22.3º 0.53% 0.42% -
HSV(B) 22.3º 0.69% 0.64% -
XYZ 19.51 15.67 5.01 -
YUV 108.44 95.02 166.92 -
System Red Green Blue C M Y K H S L
Decimal 163 92 50 0 0.44 0.69 0.36 22.3 0.53 0.42
Hex A3 5C 32 0 2C 45 24 16 35 2A
Octal 243 134 62 0 54 105 44 26 65 52
Binary 10100011 1011100 110010 0 101100 1000101 100100 10110 110101 101010

Color Harmonies of #A35C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35C32

Black with #A35C32

Text Example


Text Example

White with #A35C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35C32; }

 p { color: rgb(163,92,50); }

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

background-color css

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

 a { background-color: rgb(163,92,50); }

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

border-color css

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

 span { border-color: rgb(163,92,50); }

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