Html Css Color HEX #A25933 Indochine

📋 copy color: '#A25933'

red 162 ◦ green 89 ◦ blue 51

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

Shades of Indochine #A25933

Tints of Indochine #A25933

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.47%

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

R = 53.64%
G = 29.47%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A25933 (or 0xA25933) is known color: Indochine. HEX triplet: A2, 59 and 33. RGB value is (162,89,51). Sum of RGB (Red+Green+Blue) = 162+89+51=302 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.64% from 302); Green value is 89 (35.16% from 255 or 29.47% from 302); Blue value is 51 (20.31% from 255 or 16.89% from 302); Max value from RGB is 162 - color contains mainly: red. Hex color #A25933 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25933 is #5DA6CC. Grayscale: #6A6A6A. Windows color (decimal): -6137549 or 3365282. OLE color: 3365282.

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

Color convert

RGB 162 89 51 -
CMYK 0 0.45 0.69 0.36
HSL 20.54º 0.52% 0.42% -
HSV(B) 20.54º 0.69% 0.64% -
XYZ 19.07 15.07 5.03 -
YUV 106.5 96.68 167.59 -
System Red Green Blue C M Y K H S L
Decimal 162 89 51 0 0.45 0.69 0.36 20.54 0.52 0.42
Hex A2 59 33 0 2D 45 24 15 34 2A
Octal 242 131 63 0 55 105 44 25 64 52
Binary 10100010 1011001 110011 0 101101 1000101 100100 10101 110100 101010

Color Harmonies of #A25933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25933

Black with #A25933

Text Example


Text Example

White with #A25933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25933; }

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

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

background-color css

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

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

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

border-color css

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

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

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