Html Css Color HEX #A25B35 Indochine

📋 copy color: '#A25B35'

red 162 ◦ green 91 ◦ blue 53

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

Shades of Indochine #A25B35

Tints of Indochine #A25B35

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.74%

 BLUE value IS 53 (21.09% from 255) = 17.32%

R = 52.94%
G = 29.74%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A25B35 (or 0xA25B35) is known color: Indochine. HEX triplet: A2, 5B and 35. RGB value is (162,91,53). Sum of RGB (Red+Green+Blue) = 162+91+53=306 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.94% from 306); Green value is 91 (35.94% from 255 or 29.74% from 306); Blue value is 53 (21.09% from 255 or 17.32% from 306); Max value from RGB is 162 - color contains mainly: red. Hex color #A25B35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25B35 is #5DA4CA. Grayscale: #6C6C6C. Windows color (decimal): -6137035 or 3496866. OLE color: 3496866.

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

Color convert

RGB 162 91 53 -
CMYK 0 0.44 0.67 0.36
HSL 20.92º 0.51% 0.42% -
HSV(B) 20.92º 0.67% 0.64% -
XYZ 19.28 15.42 5.33 -
YUV 107.9 97.02 166.59 -
System Red Green Blue C M Y K H S L
Decimal 162 91 53 0 0.44 0.67 0.36 20.92 0.51 0.42
Hex A2 5B 35 0 2C 43 24 15 33 2A
Octal 242 133 65 0 54 103 44 25 63 52
Binary 10100010 1011011 110101 0 101100 1000011 100100 10101 110011 101010

Color Harmonies of #A25B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25B35

Black with #A25B35

Text Example


Text Example

White with #A25B35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25B35; }

 p { color: rgb(162,91,53); }

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

background-color css

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

 a { background-color: rgb(162,91,53); }

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

border-color css

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

 span { border-color: rgb(162,91,53); }

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