Html Css Color HEX #A24D37 Orange Roughy

📋 copy color: '#A24D37'

red 162 ◦ green 77 ◦ blue 55

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

Shades of Orange Roughy #A24D37

Tints of Orange Roughy #A24D37

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.19%

 BLUE value IS 55 (21.88% from 255) = 18.71%

R = 55.1%
G = 26.19%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A24D37 (or 0xA24D37) is known color: Orange Roughy. HEX triplet: A2, 4D and 37. RGB value is (162,77,55). Sum of RGB (Red+Green+Blue) = 162+77+55=294 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.10% from 294); Green value is 77 (30.47% from 255 or 26.19% from 294); Blue value is 55 (21.88% from 255 or 18.71% from 294); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A24D37 is #5DB2C8. Grayscale: #646464. Windows color (decimal): -6140617 or 3624354. OLE color: 3624354.

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

Color convert

RGB 162 77 55 -
CMYK 0 0.52 0.66 0.36
HSL 12.34º 0.49% 0.43% -
HSV(B) 12.34º 0.66% 0.64% -
XYZ 18.24 13.26 5.21 -
YUV 99.91 102.66 172.29 -
System Red Green Blue C M Y K H S L
Decimal 162 77 55 0 0.52 0.66 0.36 12.34 0.49 0.43
Hex A2 4D 37 0 34 42 24 C 31 2B
Octal 242 115 67 0 64 102 44 14 61 53
Binary 10100010 1001101 110111 0 110100 1000010 100100 1100 110001 101011

Color Harmonies of #A24D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24D37

Black with #A24D37

Text Example


Text Example

White with #A24D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24D37; }

 p { color: rgb(162,77,55); }

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

background-color css

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

 a { background-color: rgb(162,77,55); }

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

border-color css

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

 span { border-color: rgb(162,77,55); }

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