Html Css Color HEX #A64A39 Orange Roughy

📋 copy color: '#A64A39'

red 166 ◦ green 74 ◦ blue 57

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

Shades of Orange Roughy #A64A39

Tints of Orange Roughy #A64A39

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.92%

 BLUE value IS 57 (22.66% from 255) = 19.19%

R = 55.89%
G = 24.92%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A64A39 (or 0xA64A39) is known color: Orange Roughy. HEX triplet: A6, 4A and 39. RGB value is (166,74,57). Sum of RGB (Red+Green+Blue) = 166+74+57=297 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.89% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 57 (22.66% from 255 or 19.19% from 297); Max value from RGB is 166 - color contains mainly: red. Hex color #A64A39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64A39 is #59B5C6. Grayscale: #636363. Windows color (decimal): -5879239 or 3754662. OLE color: 3754662.

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

Color convert

RGB 166 74 57 -
CMYK 0 0.55 0.66 0.35
HSL 9.36º 0.49% 0.44% -
HSV(B) 9.36º 0.66% 0.65% -
XYZ 18.91 13.3 5.44 -
YUV 99.57 103.98 175.38 -
System Red Green Blue C M Y K H S L
Decimal 166 74 57 0 0.55 0.66 0.35 9.36 0.49 0.44
Hex A6 4A 39 0 37 42 23 9 31 2C
Octal 246 112 71 0 67 102 43 11 61 54
Binary 10100110 1001010 111001 0 110111 1000010 100011 1001 110001 101100

Color Harmonies of #A64A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64A39

Black with #A64A39

Text Example


Text Example

White with #A64A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64A39; }

 p { color: rgb(166,74,57); }

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

background-color css

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

 a { background-color: rgb(166,74,57); }

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

border-color css

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

 span { border-color: rgb(166,74,57); }

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