Html Css Color HEX #A64A33 Orange Roughy

📋 copy color: '#A64A33'

red 166 ◦ green 74 ◦ blue 51

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

Shades of Orange Roughy #A64A33

Tints of Orange Roughy #A64A33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.53%

R = 57.04%
G = 25.43%
B = 17.53%

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

#A64A33 (or 0xA64A33) is known color: Orange Roughy. HEX triplet: A6, 4A and 33. RGB value is (166,74,51). Sum of RGB (Red+Green+Blue) = 166+74+51=291 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.04% from 291); Green value is 74 (29.30% from 255 or 25.43% from 291); Blue value is 51 (20.31% from 255 or 17.53% from 291); Max value from RGB is 166 - color contains mainly: red. Hex color #A64A33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64A33 is #59B5CC. Grayscale: #636363. Windows color (decimal): -5879245 or 3361446. OLE color: 3361446.

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

Color convert

RGB 166 74 51 -
CMYK 0 0.55 0.69 0.35
HSL 12º 0.53% 0.43% -
HSV(B) 12º 0.69% 0.65% -
XYZ 18.77 13.24 4.7 -
YUV 98.89 100.98 175.87 -
System Red Green Blue C M Y K H S L
Decimal 166 74 51 0 0.55 0.69 0.35 12 0.53 0.43
Hex A6 4A 33 0 37 45 23 C 35 2B
Octal 246 112 63 0 67 105 43 14 65 53
Binary 10100110 1001010 110011 0 110111 1000101 100011 1100 110101 101011

Color Harmonies of #A64A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64A33

Black with #A64A33

Text Example


Text Example

White with #A64A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64A33; }

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

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

background-color css

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

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

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

border-color css

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

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

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