Html Css Color HEX #A25E33 Indochine

📋 copy color: '#A25E33'

red 162 ◦ green 94 ◦ blue 51

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

Shades of Indochine #A25E33

Tints of Indochine #A25E33

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.62%

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

R = 52.77%
G = 30.62%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A25E33 (or 0xA25E33) is known color: Indochine. HEX triplet: A2, 5E and 33. RGB value is (162,94,51). Sum of RGB (Red+Green+Blue) = 162+94+51=307 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.77% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 51 (20.31% from 255 or 16.61% from 307); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25E33 is #5DA1CC. Grayscale: #6D6D6D. Windows color (decimal): -6136269 or 3366562. OLE color: 3366562.

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

Color convert

RGB 162 94 51 -
CMYK 0 0.42 0.69 0.36
HSL 23.24º 0.52% 0.42% -
HSV(B) 23.24º 0.69% 0.64% -
XYZ 19.5 15.93 5.18 -
YUV 109.43 95.03 165.5 -
System Red Green Blue C M Y K H S L
Decimal 162 94 51 0 0.42 0.69 0.36 23.24 0.52 0.42
Hex A2 5E 33 0 2A 45 24 17 34 2A
Octal 242 136 63 0 52 105 44 27 64 52
Binary 10100010 1011110 110011 0 101010 1000101 100100 10111 110100 101010

Color Harmonies of #A25E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25E33

Black with #A25E33

Text Example


Text Example

White with #A25E33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25E33; }

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

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

background-color css

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

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

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

border-color css

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

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

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