Html Css Color HEX #A64C34 Orange Roughy

📋 copy color: '#A64C34'

red 166 ◦ green 76 ◦ blue 52

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

Shades of Orange Roughy #A64C34

Tints of Orange Roughy #A64C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.69%

R = 56.46%
G = 25.85%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A64C34 (or 0xA64C34) is known color: Orange Roughy. HEX triplet: A6, 4C and 34. RGB value is (166,76,52). Sum of RGB (Red+Green+Blue) = 166+76+52=294 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.46% from 294); Green value is 76 (30.08% from 255 or 25.85% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 166 - color contains mainly: red. Hex color #A64C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64C34 is #59B3CB. Grayscale: #646464. Windows color (decimal): -5878732 or 3427494. OLE color: 3427494.

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

Color convert

RGB 166 76 52 -
CMYK 0 0.54 0.69 0.35
HSL 12.63º 0.52% 0.43% -
HSV(B) 12.63º 0.69% 0.65% -
XYZ 18.93 13.52 4.86 -
YUV 100.17 100.82 174.95 -
System Red Green Blue C M Y K H S L
Decimal 166 76 52 0 0.54 0.69 0.35 12.63 0.52 0.43
Hex A6 4C 34 0 36 45 23 D 34 2B
Octal 246 114 64 0 66 105 43 15 64 53
Binary 10100110 1001100 110100 0 110110 1000101 100011 1101 110100 101011

Color Harmonies of #A64C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64C34

Black with #A64C34

Text Example


Text Example

White with #A64C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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