Html Css Color HEX #A75739 Orange Roughy

📋 copy color: '#A75739'

red 167 ◦ green 87 ◦ blue 57

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

Shades of Orange Roughy #A75739

Tints of Orange Roughy #A75739

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.97%

 BLUE value IS 57 (22.66% from 255) = 18.33%

R = 53.7%
G = 27.97%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A75739 (or 0xA75739) is known color: Orange Roughy. HEX triplet: A7, 57 and 39. RGB value is (167,87,57). Sum of RGB (Red+Green+Blue) = 167+87+57=311 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.70% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 57 (22.66% from 255 or 18.33% from 311); Max value from RGB is 167 - color contains mainly: red. Hex color #A75739 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75739 is #58A8C6. Grayscale: #6B6B6B. Windows color (decimal): -5810375 or 3757991. OLE color: 3757991.

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

Color convert

RGB 167 87 57 -
CMYK 0 0.48 0.66 0.35
HSL 16.36º 0.49% 0.44% -
HSV(B) 16.36º 0.66% 0.65% -
XYZ 20.08 15.33 5.77 -
YUV 107.5 99.5 170.44 -
System Red Green Blue C M Y K H S L
Decimal 167 87 57 0 0.48 0.66 0.35 16.36 0.49 0.44
Hex A7 57 39 0 30 42 23 10 31 2C
Octal 247 127 71 0 60 102 43 20 61 54
Binary 10100111 1010111 111001 0 110000 1000010 100011 10000 110001 101100

Color Harmonies of #A75739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75739

Black with #A75739

Text Example


Text Example

White with #A75739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75739; }

 p { color: rgb(167,87,57); }

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

background-color css

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

 a { background-color: rgb(167,87,57); }

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

border-color css

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

 span { border-color: rgb(167,87,57); }

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