Html Css Color HEX #A64937 Orange Roughy

📋 copy color: '#A64937'

red 166 ◦ green 73 ◦ blue 55

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

Shades of Orange Roughy #A64937

Tints of Orange Roughy #A64937

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.71%

R = 56.46%
G = 24.83%
B = 18.71%

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

#A64937 (or 0xA64937) is known color: Orange Roughy. HEX triplet: A6, 49 and 37. RGB value is (166,73,55). Sum of RGB (Red+Green+Blue) = 166+73+55=294 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.46% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 55 (21.88% from 255 or 18.71% from 294); Max value from RGB is 166 - color contains mainly: red. Hex color #A64937 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64937 is #59B6C8. Grayscale: #626262. Windows color (decimal): -5879497 or 3623334. OLE color: 3623334.

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

Color convert

RGB 166 73 55 -
CMYK 0 0.56 0.67 0.35
HSL 9.73º 0.5% 0.43% -
HSV(B) 9.73º 0.67% 0.65% -
XYZ 18.8 13.15 5.16 -
YUV 98.76 103.31 175.96 -
System Red Green Blue C M Y K H S L
Decimal 166 73 55 0 0.56 0.67 0.35 9.73 0.5 0.43
Hex A6 49 37 0 38 43 23 A 32 2B
Octal 246 111 67 0 70 103 43 12 62 53
Binary 10100110 1001001 110111 0 111000 1000011 100011 1010 110010 101011

Color Harmonies of #A64937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64937

Black with #A64937

Text Example


Text Example

White with #A64937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64937; }

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

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

background-color css

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

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

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

border-color css

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

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

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