Html Css Color HEX #A64F36 Orange Roughy

📋 copy color: '#A64F36'

red 166 ◦ green 79 ◦ blue 54

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

Shades of Orange Roughy #A64F36

Tints of Orange Roughy #A64F36

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.42%

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

R = 55.52%
G = 26.42%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A64F36 (or 0xA64F36) is known color: Orange Roughy. HEX triplet: A6, 4F and 36. RGB value is (166,79,54). Sum of RGB (Red+Green+Blue) = 166+79+54=299 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.52% from 299); Green value is 79 (31.25% from 255 or 26.42% from 299); Blue value is 54 (21.48% from 255 or 18.06% from 299); Max value from RGB is 166 - color contains mainly: red. Hex color #A64F36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A64F36 is #59B0C9. Grayscale: #666666. Windows color (decimal): -5877962 or 3559334. OLE color: 3559334.

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

Color convert

RGB 166 79 54 -
CMYK 0 0.52 0.67 0.35
HSL 13.39º 0.51% 0.43% -
HSV(B) 13.39º 0.67% 0.65% -
XYZ 19.19 13.97 5.17 -
YUV 102.16 100.82 173.53 -
System Red Green Blue C M Y K H S L
Decimal 166 79 54 0 0.52 0.67 0.35 13.39 0.51 0.43
Hex A6 4F 36 0 34 43 23 D 33 2B
Octal 246 117 66 0 64 103 43 15 63 53
Binary 10100110 1001111 110110 0 110100 1000011 100011 1101 110011 101011

Color Harmonies of #A64F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64F36

Black with #A64F36

Text Example


Text Example

White with #A64F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64F36; }

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

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

background-color css

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

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

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

border-color css

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

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

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