Html Css Color HEX #A44C34 Orange Roughy

📋 copy color: '#A44C34'

red 164 ◦ green 76 ◦ blue 52

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

Shades of Orange Roughy #A44C34

Tints of Orange Roughy #A44C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.81%

R = 56.16%
G = 26.03%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A44C34 (or 0xA44C34) is known color: Orange Roughy. HEX triplet: A4, 4C and 34. RGB value is (164,76,52). Sum of RGB (Red+Green+Blue) = 164+76+52=292 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.16% from 292); Green value is 76 (30.08% from 255 or 26.03% from 292); Blue value is 52 (20.70% from 255 or 17.81% from 292); Max value from RGB is 164 - color contains mainly: red. Hex color #A44C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44C34 is #5BB3CB. Grayscale: #636363. Windows color (decimal): -6009804 or 3427492. OLE color: 3427492.

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

Color convert

RGB 164 76 52 -
CMYK 0 0.54 0.68 0.36
HSL 12.86º 0.52% 0.42% -
HSV(B) 12.86º 0.68% 0.64% -
XYZ 18.51 13.31 4.84 -
YUV 99.58 101.15 173.95 -
System Red Green Blue C M Y K H S L
Decimal 164 76 52 0 0.54 0.68 0.36 12.86 0.52 0.42
Hex A4 4C 34 0 36 44 24 D 34 2A
Octal 244 114 64 0 66 104 44 15 64 52
Binary 10100100 1001100 110100 0 110110 1000100 100100 1101 110100 101010

Color Harmonies of #A44C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44C34

Black with #A44C34

Text Example


Text Example

White with #A44C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44C34; }

 p { color: rgb(164,76,52); }

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

background-color css

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

 a { background-color: rgb(164,76,52); }

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

border-color css

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

 span { border-color: rgb(164,76,52); }

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