Html Css Color HEX #A25B30 Indochine

📋 copy color: '#A25B30'

red 162 ◦ green 91 ◦ blue 48

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

Shades of Indochine #A25B30

Tints of Indochine #A25B30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.95%

R = 53.82%
G = 30.23%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A25B30 (or 0xA25B30) is known color: Indochine. HEX triplet: A2, 5B and 30. RGB value is (162,91,48). Sum of RGB (Red+Green+Blue) = 162+91+48=301 (39% of max value = 765). Red value is 162 (63.67% from 255 or 53.82% from 301); Green value is 91 (35.94% from 255 or 30.23% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 162 - color contains mainly: red. Hex color #A25B30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25B30 is #5DA4CF. Grayscale: #6B6B6B. Windows color (decimal): -6137040 or 3169186. OLE color: 3169186.

HSL color Cylindrical-coordinate representation of color #A25B30: hue angle of 22.63º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A25B30 is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 91 48 -
CMYK 0 0.44 0.70 0.36
HSL 22.63º 0.54% 0.41% -
HSV(B) 22.63º 0.7% 0.64% -
XYZ 19.17 15.38 4.75 -
YUV 107.33 94.52 167 -
System Red Green Blue C M Y K H S L
Decimal 162 91 48 0 0.44 0.70 0.36 22.63 0.54 0.41
Hex A2 5B 30 0 2C 46 24 17 36 29
Octal 242 133 60 0 54 106 44 27 66 51
Binary 10100010 1011011 110000 0 101100 1000110 100100 10111 110110 101001

Color Harmonies of #A25B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25B30

Black with #A25B30

Text Example


Text Example

White with #A25B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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