Html Css Color HEX #A44B32 Orange Roughy

📋 copy color: '#A44B32'

red 164 ◦ green 75 ◦ blue 50

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

Shades of Orange Roughy #A44B32

Tints of Orange Roughy #A44B32

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.95%

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

R = 56.75%
G = 25.95%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A44B32 (or 0xA44B32) is known color: Orange Roughy. HEX triplet: A4, 4B and 32. RGB value is (164,75,50). Sum of RGB (Red+Green+Blue) = 164+75+50=289 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.75% from 289); Green value is 75 (29.69% from 255 or 25.95% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44B32 is #5BB4CD. Grayscale: #626262. Windows color (decimal): -6010062 or 3296164. OLE color: 3296164.

HSL color Cylindrical-coordinate representation of color #A44B32: hue angle of 13.16º 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 #A44B32 is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 75 50 -
CMYK 0 0.54 0.70 0.36
HSL 13.16º 0.53% 0.42% -
HSV(B) 13.16º 0.7% 0.64% -
XYZ 18.4 13.15 4.59 -
YUV 98.76 100.49 174.53 -
System Red Green Blue C M Y K H S L
Decimal 164 75 50 0 0.54 0.70 0.36 13.16 0.53 0.42
Hex A4 4B 32 0 36 46 24 D 35 2A
Octal 244 113 62 0 66 106 44 15 65 52
Binary 10100100 1001011 110010 0 110110 1000110 100100 1101 110101 101010

Color Harmonies of #A44B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44B32

Black with #A44B32

Text Example


Text Example

White with #A44B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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