Html Css Color HEX #A64936 Orange Roughy

📋 copy color: '#A64936'

red 166 ◦ green 73 ◦ blue 54

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

Shades of Orange Roughy #A64936

Tints of Orange Roughy #A64936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.43%

R = 56.66%
G = 24.91%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A64936 (or 0xA64936) is known color: Orange Roughy. HEX triplet: A6, 49 and 36. RGB value is (166,73,54). Sum of RGB (Red+Green+Blue) = 166+73+54=293 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.66% from 293); Green value is 73 (28.91% from 255 or 24.91% from 293); Blue value is 54 (21.48% from 255 or 18.43% from 293); Max value from RGB is 166 - color contains mainly: red. Hex color #A64936 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64936 is #59B6C9. Grayscale: #626262. Windows color (decimal): -5879498 or 3557798. OLE color: 3557798.

HSL color Cylindrical-coordinate representation of color #A64936: hue angle of 10.18º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A64936 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 73 54 -
CMYK 0 0.56 0.67 0.35
HSL 10.18º 0.51% 0.43% -
HSV(B) 10.18º 0.67% 0.65% -
XYZ 18.77 13.14 5.04 -
YUV 98.64 102.81 176.04 -
System Red Green Blue C M Y K H S L
Decimal 166 73 54 0 0.56 0.67 0.35 10.18 0.51 0.43
Hex A6 49 36 0 38 43 23 A 33 2B
Octal 246 111 66 0 70 103 43 12 63 53
Binary 10100110 1001001 110110 0 111000 1000011 100011 1010 110011 101011

Color Harmonies of #A64936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64936

Black with #A64936

Text Example


Text Example

White with #A64936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64936; }

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

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

background-color css

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

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

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

border-color css

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

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

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