Html Css Color HEX #A65137 Orange Roughy

📋 copy color: '#A65137'

red 166 ◦ green 81 ◦ blue 55

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

Shades of Orange Roughy #A65137

Tints of Orange Roughy #A65137

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.82%

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

R = 54.97%
G = 26.82%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A65137 (or 0xA65137) is known color: Orange Roughy. HEX triplet: A6, 51 and 37. RGB value is (166,81,55). Sum of RGB (Red+Green+Blue) = 166+81+55=302 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.97% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 55 (21.88% from 255 or 18.21% from 302); Max value from RGB is 166 - color contains mainly: red. Hex color #A65137 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65137 is #59AEC8. Grayscale: #676767. Windows color (decimal): -5877449 or 3625382. OLE color: 3625382.

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

Color convert

RGB 166 81 55 -
CMYK 0 0.51 0.67 0.35
HSL 14.05º 0.5% 0.43% -
HSV(B) 14.05º 0.67% 0.65% -
XYZ 19.36 14.27 5.35 -
YUV 103.45 100.66 172.61 -
System Red Green Blue C M Y K H S L
Decimal 166 81 55 0 0.51 0.67 0.35 14.05 0.5 0.43
Hex A6 51 37 0 33 43 23 E 32 2B
Octal 246 121 67 0 63 103 43 16 62 53
Binary 10100110 1010001 110111 0 110011 1000011 100011 1110 110010 101011

Color Harmonies of #A65137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65137

Black with #A65137

Text Example


Text Example

White with #A65137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65137; }

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

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

background-color css

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

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

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

border-color css

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

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

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