Html Css Color HEX #A25C33 Indochine

📋 copy color: '#A25C33'

red 162 ◦ green 92 ◦ blue 51

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

Shades of Indochine #A25C33

Tints of Indochine #A25C33

RGB

 RED value IS 162 (63.67% from 255) = 53.11%

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

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

R = 53.11%
G = 30.16%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A25C33 (or 0xA25C33) is known color: Indochine. HEX triplet: A2, 5C and 33. RGB value is (162,92,51). Sum of RGB (Red+Green+Blue) = 162+92+51=305 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.11% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 162 - color contains mainly: red. Hex color #A25C33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25C33 is #5DA3CC. Grayscale: #6C6C6C. Windows color (decimal): -6136781 or 3366050. OLE color: 3366050.

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

Color convert

RGB 162 92 51 -
CMYK 0 0.43 0.69 0.36
HSL 22.16º 0.52% 0.42% -
HSV(B) 22.16º 0.69% 0.64% -
XYZ 19.32 15.57 5.12 -
YUV 108.26 95.69 166.33 -
System Red Green Blue C M Y K H S L
Decimal 162 92 51 0 0.43 0.69 0.36 22.16 0.52 0.42
Hex A2 5C 33 0 2B 45 24 16 34 2A
Octal 242 134 63 0 53 105 44 26 64 52
Binary 10100010 1011100 110011 0 101011 1000101 100100 10110 110100 101010

Color Harmonies of #A25C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25C33

Black with #A25C33

Text Example


Text Example

White with #A25C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25C33; }

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

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

background-color css

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

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

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

border-color css

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

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

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