Html Css Color HEX #A24E38 Orange Roughy

📋 copy color: '#A24E38'

red 162 ◦ green 78 ◦ blue 56

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

Shades of Orange Roughy #A24E38

Tints of Orange Roughy #A24E38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.92%

R = 54.73%
G = 26.35%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A24E38 (or 0xA24E38) is known color: Orange Roughy. HEX triplet: A2, 4E and 38. RGB value is (162,78,56). Sum of RGB (Red+Green+Blue) = 162+78+56=296 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.73% from 296); Green value is 78 (30.86% from 255 or 26.35% from 296); Blue value is 56 (22.27% from 255 or 18.92% from 296); Max value from RGB is 162 - color contains mainly: red. Hex color #A24E38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A24E38 is #5DB1C7. Grayscale: #646464. Windows color (decimal): -6140360 or 3690146. OLE color: 3690146.

HSL color Cylindrical-coordinate representation of color #A24E38: hue angle of 12.45º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A24E38 is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 78 56 -
CMYK 0 0.52 0.65 0.36
HSL 12.45º 0.49% 0.43% -
HSV(B) 12.45º 0.65% 0.64% -
XYZ 18.34 13.42 5.36 -
YUV 100.61 102.83 171.79 -
System Red Green Blue C M Y K H S L
Decimal 162 78 56 0 0.52 0.65 0.36 12.45 0.49 0.43
Hex A2 4E 38 0 34 41 24 C 31 2B
Octal 242 116 70 0 64 101 44 14 61 53
Binary 10100010 1001110 111000 0 110100 1000001 100100 1100 110001 101011

Color Harmonies of #A24E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24E38

Black with #A24E38

Text Example


Text Example

White with #A24E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24E38; }

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

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

background-color css

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

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

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

border-color css

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

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

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