Html Css Color HEX #A75537 Orange Roughy

📋 copy color: '#A75537'

red 167 ◦ green 85 ◦ blue 55

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

Shades of Orange Roughy #A75537

Tints of Orange Roughy #A75537

RGB

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

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

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

R = 54.4%
G = 27.69%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A75537 (or 0xA75537) is known color: Orange Roughy. HEX triplet: A7, 55 and 37. RGB value is (167,85,55). Sum of RGB (Red+Green+Blue) = 167+85+55=307 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.40% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 55 (21.88% from 255 or 17.92% from 307); Max value from RGB is 167 - color contains mainly: red. Hex color #A75537 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75537 is #58AAC8. Grayscale: #6A6A6A. Windows color (decimal): -5810889 or 3626407. OLE color: 3626407.

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

Color convert

RGB 167 85 55 -
CMYK 0 0.49 0.67 0.35
HSL 16.07º 0.5% 0.44% -
HSV(B) 16.07º 0.67% 0.65% -
XYZ 19.87 14.99 5.46 -
YUV 106.1 99.17 171.44 -
System Red Green Blue C M Y K H S L
Decimal 167 85 55 0 0.49 0.67 0.35 16.07 0.5 0.44
Hex A7 55 37 0 31 43 23 10 32 2C
Octal 247 125 67 0 61 103 43 20 62 54
Binary 10100111 1010101 110111 0 110001 1000011 100011 10000 110010 101100

Color Harmonies of #A75537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75537

Black with #A75537

Text Example


Text Example

White with #A75537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75537; }

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

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

background-color css

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

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

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

border-color css

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

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

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