Html Css Color HEX #A44E30 Orange Roughy

📋 copy color: '#A44E30'

red 164 ◦ green 78 ◦ blue 48

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

Shades of Orange Roughy #A44E30

Tints of Orange Roughy #A44E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.55%

R = 56.55%
G = 26.9%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A44E30 (or 0xA44E30) is known color: Orange Roughy. HEX triplet: A4, 4E and 30. RGB value is (164,78,48). Sum of RGB (Red+Green+Blue) = 164+78+48=290 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.55% from 290); Green value is 78 (30.86% from 255 or 26.90% from 290); Blue value is 48 (19.14% from 255 or 16.55% from 290); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A44E30 is #5BB1CF. Grayscale: #646464. Windows color (decimal): -6009296 or 3165860. OLE color: 3165860.

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

Color convert

RGB 164 78 48 -
CMYK 0 0.52 0.71 0.36
HSL 15.52º 0.55% 0.42% -
HSV(B) 15.52º 0.71% 0.64% -
XYZ 18.57 13.55 4.43 -
YUV 100.29 98.49 173.44 -
System Red Green Blue C M Y K H S L
Decimal 164 78 48 0 0.52 0.71 0.36 15.52 0.55 0.42
Hex A4 4E 30 0 34 47 24 10 37 2A
Octal 244 116 60 0 64 107 44 20 67 52
Binary 10100100 1001110 110000 0 110100 1000111 100100 10000 110111 101010

Color Harmonies of #A44E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44E30

Black with #A44E30

Text Example


Text Example

White with #A44E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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