Html Css Color HEX #A24F32 Orange Roughy

📋 copy color: '#A24F32'

red 162 ◦ green 79 ◦ blue 50

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

Shades of Orange Roughy #A24F32

Tints of Orange Roughy #A24F32

RGB

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

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

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

R = 55.67%
G = 27.15%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A24F32 (or 0xA24F32) is known color: Orange Roughy. HEX triplet: A2, 4F and 32. RGB value is (162,79,50). Sum of RGB (Red+Green+Blue) = 162+79+50=291 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.67% from 291); Green value is 79 (31.25% from 255 or 27.15% from 291); Blue value is 50 (19.92% from 255 or 17.18% from 291); Max value from RGB is 162 - color contains mainly: red. Hex color #A24F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A24F32 is #5DB0CD. Grayscale: #646464. Windows color (decimal): -6140110 or 3297186. OLE color: 3297186.

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

Color convert

RGB 162 79 50 -
CMYK 0 0.51 0.69 0.36
HSL 15.54º 0.53% 0.42% -
HSV(B) 15.54º 0.69% 0.64% -
XYZ 18.27 13.5 4.66 -
YUV 100.51 99.5 171.86 -
System Red Green Blue C M Y K H S L
Decimal 162 79 50 0 0.51 0.69 0.36 15.54 0.53 0.42
Hex A2 4F 32 0 33 45 24 10 35 2A
Octal 242 117 62 0 63 105 44 20 65 52
Binary 10100010 1001111 110010 0 110011 1000101 100100 10000 110101 101010

Color Harmonies of #A24F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24F32

Black with #A24F32

Text Example


Text Example

White with #A24F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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