Html Css Color HEX #A64C38 Orange Roughy

📋 copy color: '#A64C38'

red 166 ◦ green 76 ◦ blue 56

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

Shades of Orange Roughy #A64C38

Tints of Orange Roughy #A64C38

RGB

 RED value IS 166 (65.23% from 255) = 55.7%

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

 BLUE value IS 56 (22.27% from 255) = 18.79%

R = 55.7%
G = 25.5%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A64C38 (or 0xA64C38) is known color: Orange Roughy. HEX triplet: A6, 4C and 38. RGB value is (166,76,56). Sum of RGB (Red+Green+Blue) = 166+76+56=298 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.70% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 166 - color contains mainly: red. Hex color #A64C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64C38 is #59B3C7. Grayscale: #646464. Windows color (decimal): -5878728 or 3689638. OLE color: 3689638.

HSL color Cylindrical-coordinate representation of color #A64C38: hue angle of 10.91º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A64C38 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 76 56 -
CMYK 0 0.54 0.66 0.35
HSL 10.91º 0.5% 0.44% -
HSV(B) 10.91º 0.66% 0.65% -
XYZ 19.02 13.56 5.36 -
YUV 100.63 102.82 174.63 -
System Red Green Blue C M Y K H S L
Decimal 166 76 56 0 0.54 0.66 0.35 10.91 0.5 0.44
Hex A6 4C 38 0 36 42 23 B 32 2C
Octal 246 114 70 0 66 102 43 13 62 54
Binary 10100110 1001100 111000 0 110110 1000010 100011 1011 110010 101100

Color Harmonies of #A64C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64C38

Black with #A64C38

Text Example


Text Example

White with #A64C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64C38; }

 p { color: rgb(166,76,56); }

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

background-color css

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

 a { background-color: rgb(166,76,56); }

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

border-color css

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

 span { border-color: rgb(166,76,56); }

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