Html Css Color HEX #A24B36 Orange Roughy

📋 copy color: '#A24B36'

red 162 ◦ green 75 ◦ blue 54

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

Shades of Orange Roughy #A24B36

Tints of Orange Roughy #A24B36

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.77%

 BLUE value IS 54 (21.48% from 255) = 18.56%

R = 55.67%
G = 25.77%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A24B36 (or 0xA24B36) is known color: Orange Roughy. HEX triplet: A2, 4B and 36. RGB value is (162,75,54). Sum of RGB (Red+Green+Blue) = 162+75+54=291 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.67% from 291); Green value is 75 (29.69% from 255 or 25.77% from 291); Blue value is 54 (21.48% from 255 or 18.56% from 291); Max value from RGB is 162 - color contains mainly: red. Hex color #A24B36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24B36 is #5DB4C9. Grayscale: #626262. Windows color (decimal): -6141130 or 3558306. OLE color: 3558306.

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

Color convert

RGB 162 75 54 -
CMYK 0 0.54 0.67 0.36
HSL 11.67º 0.5% 0.42% -
HSV(B) 11.67º 0.67% 0.64% -
XYZ 18.08 12.98 5.04 -
YUV 98.62 102.82 173.21 -
System Red Green Blue C M Y K H S L
Decimal 162 75 54 0 0.54 0.67 0.36 11.67 0.5 0.42
Hex A2 4B 36 0 36 43 24 C 32 2A
Octal 242 113 66 0 66 103 44 14 62 52
Binary 10100010 1001011 110110 0 110110 1000011 100100 1100 110010 101010

Color Harmonies of #A24B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24B36

Black with #A24B36

Text Example


Text Example

White with #A24B36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24B36; }

 p { color: rgb(162,75,54); }

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

background-color css

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

 a { background-color: rgb(162,75,54); }

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

border-color css

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

 span { border-color: rgb(162,75,54); }

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