Html Css Color HEX #A75136 Orange Roughy

📋 copy color: '#A75136'

red 167 ◦ green 81 ◦ blue 54

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

Shades of Orange Roughy #A75136

Tints of Orange Roughy #A75136

RGB

 RED value IS 167 (65.63% from 255) = 55.3%

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

 BLUE value IS 54 (21.48% from 255) = 17.88%

R = 55.3%
G = 26.82%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A75136 (or 0xA75136) is known color: Orange Roughy. HEX triplet: A7, 51 and 36. RGB value is (167,81,54). Sum of RGB (Red+Green+Blue) = 167+81+54=302 (40% of max value = 765). Red value is 167 (65.62% from 255 or 55.30% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 54 (21.48% from 255 or 17.88% from 302); Max value from RGB is 167 - color contains mainly: red. Hex color #A75136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75136 is #58AEC9. Grayscale: #676767. Windows color (decimal): -5811914 or 3559847. OLE color: 3559847.

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

Color convert

RGB 167 81 54 -
CMYK 0 0.51 0.68 0.35
HSL 14.34º 0.51% 0.43% -
HSV(B) 14.34º 0.68% 0.65% -
XYZ 19.54 14.37 5.23 -
YUV 103.64 99.99 173.2 -
System Red Green Blue C M Y K H S L
Decimal 167 81 54 0 0.51 0.68 0.35 14.34 0.51 0.43
Hex A7 51 36 0 33 44 23 E 33 2B
Octal 247 121 66 0 63 104 43 16 63 53
Binary 10100111 1010001 110110 0 110011 1000100 100011 1110 110011 101011

Color Harmonies of #A75136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75136

Black with #A75136

Text Example


Text Example

White with #A75136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75136; }

 p { color: rgb(167,81,54); }

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

background-color css

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

 a { background-color: rgb(167,81,54); }

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

border-color css

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

 span { border-color: rgb(167,81,54); }

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