Html Css Color HEX #A64938 Orange Roughy

📋 copy color: '#A64938'

red 166 ◦ green 73 ◦ blue 56

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

Shades of Orange Roughy #A64938

Tints of Orange Roughy #A64938

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.75%

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

R = 56.27%
G = 24.75%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A64938 (or 0xA64938) is known color: Orange Roughy. HEX triplet: A6, 49 and 38. RGB value is (166,73,56). Sum of RGB (Red+Green+Blue) = 166+73+56=295 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.27% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 56 (22.27% from 255 or 18.98% from 295); Max value from RGB is 166 - color contains mainly: red. Hex color #A64938 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64938 is #59B6C7. Grayscale: #636363. Windows color (decimal): -5879496 or 3688870. OLE color: 3688870.

HSL color Cylindrical-coordinate representation of color #A64938: hue angle of 9.27º 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 #A64938 is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 73 56 -
CMYK 0 0.56 0.66 0.35
HSL 9.27º 0.5% 0.44% -
HSV(B) 9.27º 0.66% 0.65% -
XYZ 18.82 13.16 5.29 -
YUV 98.87 103.81 175.88 -
System Red Green Blue C M Y K H S L
Decimal 166 73 56 0 0.56 0.66 0.35 9.27 0.5 0.44
Hex A6 49 38 0 38 42 23 9 32 2C
Octal 246 111 70 0 70 102 43 11 62 54
Binary 10100110 1001001 111000 0 111000 1000010 100011 1001 110010 101100

Color Harmonies of #A64938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64938

Black with #A64938

Text Example


Text Example

White with #A64938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64938; }

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

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

background-color css

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

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

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

border-color css

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

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

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