Html Css Color HEX #A24E32 Orange Roughy

📋 copy color: '#A24E32'

red 162 ◦ green 78 ◦ blue 50

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

Shades of Orange Roughy #A24E32

Tints of Orange Roughy #A24E32

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.9%

 BLUE value IS 50 (19.92% from 255) = 17.24%

R = 55.86%
G = 26.9%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A24E32 (or 0xA24E32) is known color: Orange Roughy. HEX triplet: A2, 4E and 32. RGB value is (162,78,50). Sum of RGB (Red+Green+Blue) = 162+78+50=290 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.86% from 290); Green value is 78 (30.86% from 255 or 26.90% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 162 - color contains mainly: red. Hex color #A24E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A24E32 is #5DB1CD. Grayscale: #646464. Windows color (decimal): -6140366 or 3296930. OLE color: 3296930.

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

Color convert

RGB 162 78 50 -
CMYK 0 0.52 0.69 0.36
HSL 15º 0.53% 0.42% -
HSV(B) 15º 0.69% 0.64% -
XYZ 18.2 13.36 4.64 -
YUV 99.92 99.83 172.28 -
System Red Green Blue C M Y K H S L
Decimal 162 78 50 0 0.52 0.69 0.36 15 0.53 0.42
Hex A2 4E 32 0 34 45 24 F 35 2A
Octal 242 116 62 0 64 105 44 17 65 52
Binary 10100010 1001110 110010 0 110100 1000101 100100 1111 110101 101010

Color Harmonies of #A24E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24E32

Black with #A24E32

Text Example


Text Example

White with #A24E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24E32; }

 p { color: rgb(162,78,50); }

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

background-color css

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

 a { background-color: rgb(162,78,50); }

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

border-color css

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

 span { border-color: rgb(162,78,50); }

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