Html Css Color HEX #A24C34 Orange Roughy

📋 copy color: '#A24C34'

red 162 ◦ green 76 ◦ blue 52

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

Shades of Orange Roughy #A24C34

Tints of Orange Roughy #A24C34

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.21%

 BLUE value IS 52 (20.7% from 255) = 17.93%

R = 55.86%
G = 26.21%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A24C34 (or 0xA24C34) is known color: Orange Roughy. HEX triplet: A2, 4C and 34. RGB value is (162,76,52). Sum of RGB (Red+Green+Blue) = 162+76+52=290 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.86% from 290); Green value is 76 (30.08% from 255 or 26.21% from 290); Blue value is 52 (20.70% from 255 or 17.93% from 290); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24C34 is #5DB3CB. Grayscale: #636363. Windows color (decimal): -6140876 or 3427490. OLE color: 3427490.

HSL color Cylindrical-coordinate representation of color #A24C34: hue angle of 13.09º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A24C34 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 76 52 -
CMYK 0 0.53 0.68 0.36
HSL 13.09º 0.51% 0.42% -
HSV(B) 13.09º 0.68% 0.64% -
XYZ 18.1 13.1 4.82 -
YUV 98.98 101.49 172.95 -
System Red Green Blue C M Y K H S L
Decimal 162 76 52 0 0.53 0.68 0.36 13.09 0.51 0.42
Hex A2 4C 34 0 35 44 24 D 33 2A
Octal 242 114 64 0 65 104 44 15 63 52
Binary 10100010 1001100 110100 0 110101 1000100 100100 1101 110011 101010

Color Harmonies of #A24C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24C34

Black with #A24C34

Text Example


Text Example

White with #A24C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24C34; }

 p { color: rgb(162,76,52); }

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

background-color css

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

 a { background-color: rgb(162,76,52); }

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

border-color css

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

 span { border-color: rgb(162,76,52); }

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