Html Css Color HEX #A44E36 Orange Roughy

📋 copy color: '#A44E36'

red 164 ◦ green 78 ◦ blue 54

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

Shades of Orange Roughy #A44E36

Tints of Orange Roughy #A44E36

RGB

 RED value IS 164 (64.45% from 255) = 55.41%

 GREEN value IS 78 (30.86% from 255) = 26.35%

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

R = 55.41%
G = 26.35%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A44E36 (or 0xA44E36) is known color: Orange Roughy. HEX triplet: A4, 4E and 36. RGB value is (164,78,54). Sum of RGB (Red+Green+Blue) = 164+78+54=296 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.41% from 296); Green value is 78 (30.86% from 255 or 26.35% from 296); Blue value is 54 (21.48% from 255 or 18.24% from 296); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A44E36 is #5BB1C9. Grayscale: #656565. Windows color (decimal): -6009290 or 3559076. OLE color: 3559076.

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

Color convert

RGB 164 78 54 -
CMYK 0 0.52 0.67 0.36
HSL 13.09º 0.5% 0.43% -
HSV(B) 13.09º 0.67% 0.64% -
XYZ 18.7 13.61 5.13 -
YUV 100.98 101.49 172.95 -
System Red Green Blue C M Y K H S L
Decimal 164 78 54 0 0.52 0.67 0.36 13.09 0.5 0.43
Hex A4 4E 36 0 34 43 24 D 32 2B
Octal 244 116 66 0 64 103 44 15 62 53
Binary 10100100 1001110 110110 0 110100 1000011 100100 1101 110010 101011

Color Harmonies of #A44E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44E36

Black with #A44E36

Text Example


Text Example

White with #A44E36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44E36; }

 p { color: rgb(164,78,54); }

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

background-color css

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

 a { background-color: rgb(164,78,54); }

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

border-color css

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

 span { border-color: rgb(164,78,54); }

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