Html Css Color HEX #A25B2C Indochine

📋 copy color: '#A25B2C'

red 162 ◦ green 91 ◦ blue 44

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

Shades of Indochine #A25B2C

Tints of Indochine #A25B2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.81%

R = 54.55%
G = 30.64%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A25B2C (or 0xA25B2C) is known color: Indochine. HEX triplet: A2, 5B and 2C. RGB value is (162,91,44). Sum of RGB (Red+Green+Blue) = 162+91+44=297 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.55% from 297); Green value is 91 (35.94% from 255 or 30.64% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 162 - color contains mainly: red. Hex color #A25B2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25B2C is #5DA4D3. Grayscale: #6B6B6B. Windows color (decimal): -6137044 or 2907042. OLE color: 2907042.

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

Color convert

RGB 162 91 44 -
CMYK 0 0.44 0.73 0.36
HSL 23.9º 0.57% 0.4% -
HSV(B) 23.9º 0.73% 0.64% -
XYZ 19.1 15.35 4.34 -
YUV 106.87 92.52 167.32 -
System Red Green Blue C M Y K H S L
Decimal 162 91 44 0 0.44 0.73 0.36 23.9 0.57 0.4
Hex A2 5B 2C 0 2C 49 24 18 39 28
Octal 242 133 54 0 54 111 44 30 71 50
Binary 10100010 1011011 101100 0 101100 1001001 100100 11000 111001 101000

Color Harmonies of #A25B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25B2C

Black with #A25B2C

Text Example


Text Example

White with #A25B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25B2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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