Html Css Color HEX #A64A34 Orange Roughy

📋 copy color: '#A64A34'

red 166 ◦ green 74 ◦ blue 52

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

Shades of Orange Roughy #A64A34

Tints of Orange Roughy #A64A34

RGB

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

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

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

R = 56.85%
G = 25.34%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A64A34 (or 0xA64A34) is known color: Orange Roughy. HEX triplet: A6, 4A and 34. RGB value is (166,74,52). Sum of RGB (Red+Green+Blue) = 166+74+52=292 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.85% from 292); Green value is 74 (29.30% from 255 or 25.34% from 292); Blue value is 52 (20.70% from 255 or 17.81% from 292); Max value from RGB is 166 - color contains mainly: red. Hex color #A64A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64A34 is #59B5CB. Grayscale: #636363. Windows color (decimal): -5879244 or 3426982. OLE color: 3426982.

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

Color convert

RGB 166 74 52 -
CMYK 0 0.55 0.69 0.35
HSL 11.58º 0.52% 0.43% -
HSV(B) 11.58º 0.69% 0.65% -
XYZ 18.79 13.25 4.82 -
YUV 99 101.48 175.79 -
System Red Green Blue C M Y K H S L
Decimal 166 74 52 0 0.55 0.69 0.35 11.58 0.52 0.43
Hex A6 4A 34 0 37 45 23 C 34 2B
Octal 246 112 64 0 67 105 43 14 64 53
Binary 10100110 1001010 110100 0 110111 1000101 100011 1100 110100 101011

Color Harmonies of #A64A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64A34

Black with #A64A34

Text Example


Text Example

White with #A64A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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