Html Css Color HEX #A24F35 Orange Roughy

📋 copy color: '#A24F35'

red 162 ◦ green 79 ◦ blue 53

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

Shades of Orange Roughy #A24F35

Tints of Orange Roughy #A24F35

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.87%

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

R = 55.1%
G = 26.87%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A24F35 (or 0xA24F35) is known color: Orange Roughy. HEX triplet: A2, 4F and 35. RGB value is (162,79,53). Sum of RGB (Red+Green+Blue) = 162+79+53=294 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.10% from 294); Green value is 79 (31.25% from 255 or 26.87% from 294); Blue value is 53 (21.09% from 255 or 18.03% from 294); Max value from RGB is 162 - color contains mainly: red. Hex color #A24F35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A24F35 is #5DB0CA. Grayscale: #656565. Windows color (decimal): -6140107 or 3493794. OLE color: 3493794.

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

Color convert

RGB 162 79 53 -
CMYK 0 0.51 0.67 0.36
HSL 14.31º 0.51% 0.42% -
HSV(B) 14.31º 0.67% 0.64% -
XYZ 18.34 13.53 5.01 -
YUV 100.85 101 171.61 -
System Red Green Blue C M Y K H S L
Decimal 162 79 53 0 0.51 0.67 0.36 14.31 0.51 0.42
Hex A2 4F 35 0 33 43 24 E 33 2A
Octal 242 117 65 0 63 103 44 16 63 52
Binary 10100010 1001111 110101 0 110011 1000011 100100 1110 110011 101010

Color Harmonies of #A24F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24F35

Black with #A24F35

Text Example


Text Example

White with #A24F35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24F35; }

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

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

background-color css

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

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

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

border-color css

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

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

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