Html Css Color HEX #A25C34 Indochine

📋 copy color: '#A25C34'

red 162 ◦ green 92 ◦ blue 52

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

Shades of Indochine #A25C34

Tints of Indochine #A25C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.99%

R = 52.94%
G = 30.07%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A25C34 (or 0xA25C34) is known color: Indochine. HEX triplet: A2, 5C and 34. RGB value is (162,92,52). Sum of RGB (Red+Green+Blue) = 162+92+52=306 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.94% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 162 - color contains mainly: red. Hex color #A25C34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25C34 is #5DA3CB. Grayscale: #6C6C6C. Windows color (decimal): -6136780 or 3431586. OLE color: 3431586.

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

Color convert

RGB 162 92 52 -
CMYK 0 0.43 0.68 0.36
HSL 21.82º 0.51% 0.42% -
HSV(B) 21.82º 0.68% 0.64% -
XYZ 19.35 15.58 5.24 -
YUV 108.37 96.19 166.25 -
System Red Green Blue C M Y K H S L
Decimal 162 92 52 0 0.43 0.68 0.36 21.82 0.51 0.42
Hex A2 5C 34 0 2B 44 24 16 33 2A
Octal 242 134 64 0 53 104 44 26 63 52
Binary 10100010 1011100 110100 0 101011 1000100 100100 10110 110011 101010

Color Harmonies of #A25C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25C34

Black with #A25C34

Text Example


Text Example

White with #A25C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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