Html Css Color HEX #A25D35 Indochine

📋 copy color: '#A25D35'

red 162 ◦ green 93 ◦ blue 53

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

Shades of Indochine #A25D35

Tints of Indochine #A25D35

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.19%

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

R = 52.6%
G = 30.19%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A25D35 (or 0xA25D35) is known color: Indochine. HEX triplet: A2, 5D and 35. RGB value is (162,93,53). Sum of RGB (Red+Green+Blue) = 162+93+53=308 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.60% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 162 - color contains mainly: red. Hex color #A25D35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25D35 is #5DA2CA. Grayscale: #6D6D6D. Windows color (decimal): -6136523 or 3497378. OLE color: 3497378.

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

Color convert

RGB 162 93 53 -
CMYK 0 0.43 0.67 0.36
HSL 22.02º 0.51% 0.42% -
HSV(B) 22.02º 0.67% 0.64% -
XYZ 19.46 15.77 5.39 -
YUV 109.07 96.36 165.75 -
System Red Green Blue C M Y K H S L
Decimal 162 93 53 0 0.43 0.67 0.36 22.02 0.51 0.42
Hex A2 5D 35 0 2B 43 24 16 33 2A
Octal 242 135 65 0 53 103 44 26 63 52
Binary 10100010 1011101 110101 0 101011 1000011 100100 10110 110011 101010

Color Harmonies of #A25D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25D35

Black with #A25D35

Text Example


Text Example

White with #A25D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25D35; }

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

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

background-color css

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

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

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

border-color css

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

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

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