Html Css Color HEX #A44E32 Orange Roughy

📋 copy color: '#A44E32'

red 164 ◦ green 78 ◦ blue 50

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

Shades of Orange Roughy #A44E32

Tints of Orange Roughy #A44E32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.12%

R = 56.16%
G = 26.71%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A44E32 (or 0xA44E32) is known color: Orange Roughy. HEX triplet: A4, 4E and 32. RGB value is (164,78,50). Sum of RGB (Red+Green+Blue) = 164+78+50=292 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.16% from 292); Green value is 78 (30.86% from 255 or 26.71% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A44E32 is #5BB1CD. Grayscale: #646464. Windows color (decimal): -6009294 or 3296932. OLE color: 3296932.

HSL color Cylindrical-coordinate representation of color #A44E32: hue angle of 14.74º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A44E32 is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 78 50 -
CMYK 0 0.52 0.70 0.36
HSL 14.74º 0.53% 0.42% -
HSV(B) 14.74º 0.7% 0.64% -
XYZ 18.61 13.57 4.66 -
YUV 100.52 99.49 173.28 -
System Red Green Blue C M Y K H S L
Decimal 164 78 50 0 0.52 0.70 0.36 14.74 0.53 0.42
Hex A4 4E 32 0 34 46 24 F 35 2A
Octal 244 116 62 0 64 106 44 17 65 52
Binary 10100100 1001110 110010 0 110100 1000110 100100 1111 110101 101010

Color Harmonies of #A44E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44E32

Black with #A44E32

Text Example


Text Example

White with #A44E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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