Html Css Color HEX #A14D36 Orange Roughy

📋 copy color: '#A14D36'

red 161 ◦ green 77 ◦ blue 54

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

Shades of Orange Roughy #A14D36

Tints of Orange Roughy #A14D36

RGB

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

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

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

R = 55.14%
G = 26.37%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A14D36 (or 0xA14D36) is known color: Orange Roughy. HEX triplet: A1, 4D and 36. RGB value is (161,77,54). Sum of RGB (Red+Green+Blue) = 161+77+54=292 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.14% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 54 (21.48% from 255 or 18.49% from 292); Max value from RGB is 161 - color contains mainly: red. Hex color #A14D36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A14D36 is #5EB2C9. Grayscale: #636363. Windows color (decimal): -6206154 or 3558817. OLE color: 3558817.

HSL color Cylindrical-coordinate representation of color #A14D36: hue angle of 12.9º 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 #A14D36 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 77 54 -
CMYK 0 0.52 0.66 0.37
HSL 12.9º 0.5% 0.42% -
HSV(B) 12.9º 0.66% 0.63% -
XYZ 18.02 13.15 5.08 -
YUV 99.49 102.33 171.87 -
System Red Green Blue C M Y K H S L
Decimal 161 77 54 0 0.52 0.66 0.37 12.9 0.5 0.42
Hex A1 4D 36 0 34 42 25 D 32 2A
Octal 241 115 66 0 64 102 45 15 62 52
Binary 10100001 1001101 110110 0 110100 1000010 100101 1101 110010 101010

Color Harmonies of #A14D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14D36

Black with #A14D36

Text Example


Text Example

White with #A14D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14D36; }

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

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

background-color css

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

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

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

border-color css

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

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

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