Html Css Color HEX #A64C3B Orange Roughy

📋 copy color: '#A64C3B'

red 166 ◦ green 76 ◦ blue 59

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

Shades of Orange Roughy #A64C3B

Tints of Orange Roughy #A64C3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.6%

R = 55.15%
G = 25.25%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A64C3B (or 0xA64C3B) is known color: Orange Roughy. HEX triplet: A6, 4C and 3B. RGB value is (166,76,59). Sum of RGB (Red+Green+Blue) = 166+76+59=301 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.15% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 166 - color contains mainly: red. Hex color #A64C3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64C3B is #59B3C4. Grayscale: #656565. Windows color (decimal): -5878725 or 3886246. OLE color: 3886246.

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

Color convert

RGB 166 76 59 -
CMYK 0 0.54 0.64 0.35
HSL 9.53º 0.48% 0.44% -
HSV(B) 9.53º 0.64% 0.65% -
XYZ 19.1 13.59 5.75 -
YUV 100.97 104.32 174.38 -
System Red Green Blue C M Y K H S L
Decimal 166 76 59 0 0.54 0.64 0.35 9.53 0.48 0.44
Hex A6 4C 3B 0 36 40 23 A 30 2C
Octal 246 114 73 0 66 100 43 12 60 54
Binary 10100110 1001100 111011 0 110110 1000000 100011 1010 110000 101100

Color Harmonies of #A64C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64C3B

Black with #A64C3B

Text Example


Text Example

White with #A64C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64C3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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