Html Css Color HEX #A35C2E Indochine

📋 copy color: '#A35C2E'

red 163 ◦ green 92 ◦ blue 46

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

Shades of Indochine #A35C2E

Tints of Indochine #A35C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.28%

R = 54.15%
G = 30.56%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A35C2E (or 0xA35C2E) is known color: Indochine. HEX triplet: A3, 5C and 2E. RGB value is (163,92,46). Sum of RGB (Red+Green+Blue) = 163+92+46=301 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.15% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 46 (18.36% from 255 or 15.28% from 301); Max value from RGB is 163 - color contains mainly: red. Hex color #A35C2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35C2E is #5CA3D1. Grayscale: #6C6C6C. Windows color (decimal): -6071250 or 3038371. OLE color: 3038371.

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

Color convert

RGB 163 92 46 -
CMYK 0 0.44 0.72 0.36
HSL 23.59º 0.56% 0.41% -
HSV(B) 23.59º 0.72% 0.64% -
XYZ 19.42 15.64 4.58 -
YUV 107.99 93.02 167.24 -
System Red Green Blue C M Y K H S L
Decimal 163 92 46 0 0.44 0.72 0.36 23.59 0.56 0.41
Hex A3 5C 2E 0 2C 48 24 18 38 29
Octal 243 134 56 0 54 110 44 30 70 51
Binary 10100011 1011100 101110 0 101100 1001000 100100 11000 111000 101001

Color Harmonies of #A35C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35C2E

Black with #A35C2E

Text Example


Text Example

White with #A35C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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