Html Css Color HEX #A35C33 Indochine

📋 copy color: '#A35C33'

red 163 ◦ green 92 ◦ blue 51

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

Shades of Indochine #A35C33

Tints of Indochine #A35C33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.67%

R = 53.27%
G = 30.07%
B = 16.67%

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

#A35C33 (or 0xA35C33) is known color: Indochine. HEX triplet: A3, 5C and 33. RGB value is (163,92,51). Sum of RGB (Red+Green+Blue) = 163+92+51=306 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.27% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 51 (20.31% from 255 or 16.67% from 306); Max value from RGB is 163 - color contains mainly: red. Hex color #A35C33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35C33 is #5CA3CC. Grayscale: #6C6C6C. Windows color (decimal): -6071245 or 3366051. OLE color: 3366051.

HSL color Cylindrical-coordinate representation of color #A35C33: hue angle of 21.96º degrees, saturation: 0.52, 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 #A35C33 is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 92 51 -
CMYK 0 0.44 0.69 0.36
HSL 21.96º 0.52% 0.42% -
HSV(B) 21.96º 0.69% 0.64% -
XYZ 19.53 15.68 5.13 -
YUV 108.56 95.52 166.83 -
System Red Green Blue C M Y K H S L
Decimal 163 92 51 0 0.44 0.69 0.36 21.96 0.52 0.42
Hex A3 5C 33 0 2C 45 24 16 34 2A
Octal 243 134 63 0 54 105 44 26 64 52
Binary 10100011 1011100 110011 0 101100 1000101 100100 10110 110100 101010

Color Harmonies of #A35C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35C33

Black with #A35C33

Text Example


Text Example

White with #A35C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35C33; }

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

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

background-color css

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

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

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

border-color css

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

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

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