Html Css Color HEX #A65637 Orange Roughy

📋 copy color: '#A65637'

red 166 ◦ green 86 ◦ blue 55

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

Shades of Orange Roughy #A65637

Tints of Orange Roughy #A65637

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.01%

 BLUE value IS 55 (21.88% from 255) = 17.92%

R = 54.07%
G = 28.01%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A65637 (or 0xA65637) is known color: Orange Roughy. HEX triplet: A6, 56 and 37. RGB value is (166,86,55). Sum of RGB (Red+Green+Blue) = 166+86+55=307 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.07% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 55 (21.88% from 255 or 17.92% from 307); Max value from RGB is 166 - color contains mainly: red. Hex color #A65637 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65637 is #59A9C8. Grayscale: #6A6A6A. Windows color (decimal): -5876169 or 3626662. OLE color: 3626662.

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

Color convert

RGB 166 86 55 -
CMYK 0 0.48 0.67 0.35
HSL 16.76º 0.5% 0.43% -
HSV(B) 16.76º 0.67% 0.65% -
XYZ 19.74 15.04 5.48 -
YUV 106.39 99 170.52 -
System Red Green Blue C M Y K H S L
Decimal 166 86 55 0 0.48 0.67 0.35 16.76 0.5 0.43
Hex A6 56 37 0 30 43 23 11 32 2B
Octal 246 126 67 0 60 103 43 21 62 53
Binary 10100110 1010110 110111 0 110000 1000011 100011 10001 110010 101011

Color Harmonies of #A65637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65637

Black with #A65637

Text Example


Text Example

White with #A65637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65637; }

 p { color: rgb(166,86,55); }

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

background-color css

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

 a { background-color: rgb(166,86,55); }

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

border-color css

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

 span { border-color: rgb(166,86,55); }

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