Html Css Color HEX #A64935 Orange Roughy

📋 copy color: '#A64935'

red 166 ◦ green 73 ◦ blue 53

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

Shades of Orange Roughy #A64935

Tints of Orange Roughy #A64935

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25%

 BLUE value IS 53 (21.09% from 255) = 18.15%

R = 56.85%
G = 25%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A64935 (or 0xA64935) is known color: Orange Roughy. HEX triplet: A6, 49 and 35. RGB value is (166,73,53). Sum of RGB (Red+Green+Blue) = 166+73+53=292 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.85% from 292); Green value is 73 (28.91% from 255 or 25% from 292); Blue value is 53 (21.09% from 255 or 18.15% from 292); Max value from RGB is 166 - color contains mainly: red. Hex color #A64935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64935 is #59B6CA. Grayscale: #626262. Windows color (decimal): -5879499 or 3492262. OLE color: 3492262.

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

Color convert

RGB 166 73 53 -
CMYK 0 0.56 0.68 0.35
HSL 10.62º 0.52% 0.43% -
HSV(B) 10.62º 0.68% 0.65% -
XYZ 18.75 13.13 4.91 -
YUV 98.53 102.31 176.13 -
System Red Green Blue C M Y K H S L
Decimal 166 73 53 0 0.56 0.68 0.35 10.62 0.52 0.43
Hex A6 49 35 0 38 44 23 B 34 2B
Octal 246 111 65 0 70 104 43 13 64 53
Binary 10100110 1001001 110101 0 111000 1000100 100011 1011 110100 101011

Color Harmonies of #A64935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64935

Black with #A64935

Text Example


Text Example

White with #A64935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64935; }

 p { color: rgb(166,73,53); }

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

background-color css

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

 a { background-color: rgb(166,73,53); }

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

border-color css

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

 span { border-color: rgb(166,73,53); }

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