Html Css Color HEX #A64C31 Orange Roughy

📋 copy color: '#A64C31'

red 166 ◦ green 76 ◦ blue 49

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

Shades of Orange Roughy #A64C31

Tints of Orange Roughy #A64C31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.84%

R = 57.04%
G = 26.12%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A64C31 (or 0xA64C31) is known color: Orange Roughy. HEX triplet: A6, 4C and 31. RGB value is (166,76,49). Sum of RGB (Red+Green+Blue) = 166+76+49=291 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.04% from 291); Green value is 76 (30.08% from 255 or 26.12% from 291); Blue value is 49 (19.53% from 255 or 16.84% from 291); Max value from RGB is 166 - color contains mainly: red. Hex color #A64C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64C31 is #59B3CE. Grayscale: #646464. Windows color (decimal): -5878735 or 3230886. OLE color: 3230886.

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

Color convert

RGB 166 76 49 -
CMYK 0 0.54 0.70 0.35
HSL 13.85º 0.54% 0.42% -
HSV(B) 13.85º 0.7% 0.65% -
XYZ 18.86 13.5 4.52 -
YUV 99.83 99.32 175.2 -
System Red Green Blue C M Y K H S L
Decimal 166 76 49 0 0.54 0.70 0.35 13.85 0.54 0.42
Hex A6 4C 31 0 36 46 23 E 36 2A
Octal 246 114 61 0 66 106 43 16 66 52
Binary 10100110 1001100 110001 0 110110 1000110 100011 1110 110110 101010

Color Harmonies of #A64C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64C31

Black with #A64C31

Text Example


Text Example

White with #A64C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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