Html Css Color HEX #A64A36 Orange Roughy

📋 copy color: '#A64A36'

red 166 ◦ green 74 ◦ blue 54

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

Shades of Orange Roughy #A64A36

Tints of Orange Roughy #A64A36

RGB

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

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

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

R = 56.46%
G = 25.17%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A64A36 (or 0xA64A36) is known color: Orange Roughy. HEX triplet: A6, 4A and 36. RGB value is (166,74,54). Sum of RGB (Red+Green+Blue) = 166+74+54=294 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.46% from 294); Green value is 74 (29.30% from 255 or 25.17% from 294); Blue value is 54 (21.48% from 255 or 18.37% from 294); Max value from RGB is 166 - color contains mainly: red. Hex color #A64A36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64A36 is #59B5C9. Grayscale: #636363. Windows color (decimal): -5879242 or 3558054. OLE color: 3558054.

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

Color convert

RGB 166 74 54 -
CMYK 0 0.55 0.67 0.35
HSL 10.71º 0.51% 0.43% -
HSV(B) 10.71º 0.67% 0.65% -
XYZ 18.84 13.27 5.06 -
YUV 99.23 102.48 175.63 -
System Red Green Blue C M Y K H S L
Decimal 166 74 54 0 0.55 0.67 0.35 10.71 0.51 0.43
Hex A6 4A 36 0 37 43 23 B 33 2B
Octal 246 112 66 0 67 103 43 13 63 53
Binary 10100110 1001010 110110 0 110111 1000011 100011 1011 110011 101011

Color Harmonies of #A64A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64A36

Black with #A64A36

Text Example


Text Example

White with #A64A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64A36; }

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

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

background-color css

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

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

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

border-color css

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

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

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