Html Css Color HEX #A64F3C Orange Roughy

📋 copy color: '#A64F3C'

red 166 ◦ green 79 ◦ blue 60

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

Shades of Orange Roughy #A64F3C

Tints of Orange Roughy #A64F3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.67%

R = 54.43%
G = 25.9%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A64F3C (or 0xA64F3C) is known color: Orange Roughy. HEX triplet: A6, 4F and 3C. RGB value is (166,79,60). Sum of RGB (Red+Green+Blue) = 166+79+60=305 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.43% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 166 - color contains mainly: red. Hex color #A64F3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A64F3C is #59B0C3. Grayscale: #676767. Windows color (decimal): -5877956 or 3952550. OLE color: 3952550.

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

Color convert

RGB 166 79 60 -
CMYK 0 0.52 0.64 0.35
HSL 10.75º 0.47% 0.44% -
HSV(B) 10.75º 0.64% 0.65% -
XYZ 19.34 14.03 5.96 -
YUV 102.85 103.82 173.04 -
System Red Green Blue C M Y K H S L
Decimal 166 79 60 0 0.52 0.64 0.35 10.75 0.47 0.44
Hex A6 4F 3C 0 34 40 23 B 2F 2C
Octal 246 117 74 0 64 100 43 13 57 54
Binary 10100110 1001111 111100 0 110100 1000000 100011 1011 101111 101100

Color Harmonies of #A64F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64F3C

Black with #A64F3C

Text Example


Text Example

White with #A64F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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