Html Css Color HEX #A14C36 Orange Roughy

📋 copy color: '#A14C36'

red 161 ◦ green 76 ◦ blue 54

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

Shades of Orange Roughy #A14C36

Tints of Orange Roughy #A14C36

RGB

 RED value IS 161 (63.28% from 255) = 55.33%

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

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

R = 55.33%
G = 26.12%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A14C36 (or 0xA14C36) is known color: Orange Roughy. HEX triplet: A1, 4C and 36. RGB value is (161,76,54). Sum of RGB (Red+Green+Blue) = 161+76+54=291 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.33% from 291); Green value is 76 (30.08% from 255 or 26.12% from 291); Blue value is 54 (21.48% from 255 or 18.56% from 291); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14C36 is #5EB3C9. Grayscale: #636363. Windows color (decimal): -6206410 or 3558561. OLE color: 3558561.

HSL color Cylindrical-coordinate representation of color #A14C36: hue angle of 12.34º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A14C36 is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 76 54 -
CMYK 0 0.53 0.66 0.37
HSL 12.34º 0.5% 0.42% -
HSV(B) 12.34º 0.66% 0.63% -
XYZ 17.95 13.01 5.06 -
YUV 98.91 102.66 172.29 -
System Red Green Blue C M Y K H S L
Decimal 161 76 54 0 0.53 0.66 0.37 12.34 0.5 0.42
Hex A1 4C 36 0 35 42 25 C 32 2A
Octal 241 114 66 0 65 102 45 14 62 52
Binary 10100001 1001100 110110 0 110101 1000010 100101 1100 110010 101010

Color Harmonies of #A14C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14C36

Black with #A14C36

Text Example


Text Example

White with #A14C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14C36; }

 p { color: rgb(161,76,54); }

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

background-color css

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

 a { background-color: rgb(161,76,54); }

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

border-color css

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

 span { border-color: rgb(161,76,54); }

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