Html Css Color HEX #A75536 Orange Roughy

📋 copy color: '#A75536'

red 167 ◦ green 85 ◦ blue 54

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

Shades of Orange Roughy #A75536

Tints of Orange Roughy #A75536

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.78%

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

R = 54.58%
G = 27.78%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A75536 (or 0xA75536) is known color: Orange Roughy. HEX triplet: A7, 55 and 36. RGB value is (167,85,54). Sum of RGB (Red+Green+Blue) = 167+85+54=306 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.58% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 54 (21.48% from 255 or 17.65% from 306); Max value from RGB is 167 - color contains mainly: red. Hex color #A75536 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75536 is #58AAC9. Grayscale: #6A6A6A. Windows color (decimal): -5810890 or 3560871. OLE color: 3560871.

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

Color convert

RGB 167 85 54 -
CMYK 0 0.49 0.68 0.35
HSL 16.46º 0.51% 0.43% -
HSV(B) 16.46º 0.68% 0.65% -
XYZ 19.85 14.98 5.33 -
YUV 105.98 98.67 171.52 -
System Red Green Blue C M Y K H S L
Decimal 167 85 54 0 0.49 0.68 0.35 16.46 0.51 0.43
Hex A7 55 36 0 31 44 23 10 33 2B
Octal 247 125 66 0 61 104 43 20 63 53
Binary 10100111 1010101 110110 0 110001 1000100 100011 10000 110011 101011

Color Harmonies of #A75536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75536

Black with #A75536

Text Example


Text Example

White with #A75536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75536; }

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

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

background-color css

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

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

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

border-color css

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

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

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