Html Css Color HEX #A14C35 Orange Roughy

📋 copy color: '#A14C35'

red 161 ◦ green 76 ◦ blue 53

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

Shades of Orange Roughy #A14C35

Tints of Orange Roughy #A14C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.28%

R = 55.52%
G = 26.21%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.37

RGB Variations

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

Color information

#A14C35 (or 0xA14C35) is known color: Orange Roughy. HEX triplet: A1, 4C and 35. RGB value is (161,76,53). Sum of RGB (Red+Green+Blue) = 161+76+53=290 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.52% from 290); Green value is 76 (30.08% from 255 or 26.21% from 290); Blue value is 53 (21.09% from 255 or 18.28% from 290); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14C35 is #5EB3CA. Grayscale: #626262. Windows color (decimal): -6206411 or 3493025. OLE color: 3493025.

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

Color convert

RGB 161 76 53 -
CMYK 0 0.53 0.67 0.37
HSL 12.78º 0.5% 0.42% -
HSV(B) 12.78º 0.67% 0.63% -
XYZ 17.92 13 4.93 -
YUV 98.79 102.16 172.37 -
System Red Green Blue C M Y K H S L
Decimal 161 76 53 0 0.53 0.67 0.37 12.78 0.5 0.42
Hex A1 4C 35 0 35 43 25 D 32 2A
Octal 241 114 65 0 65 103 45 15 62 52
Binary 10100001 1001100 110101 0 110101 1000011 100101 1101 110010 101010

Color Harmonies of #A14C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14C35

Black with #A14C35

Text Example


Text Example

White with #A14C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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