Html Css Color HEX #A75139 Orange Roughy

📋 copy color: '#A75139'

red 167 ◦ green 81 ◦ blue 57

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

Shades of Orange Roughy #A75139

Tints of Orange Roughy #A75139

RGB

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

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

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

R = 54.75%
G = 26.56%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A75139 (or 0xA75139) is known color: Orange Roughy. HEX triplet: A7, 51 and 39. RGB value is (167,81,57). Sum of RGB (Red+Green+Blue) = 167+81+57=305 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.75% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 57 (22.66% from 255 or 18.69% from 305); Max value from RGB is 167 - color contains mainly: red. Hex color #A75139 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75139 is #58AEC6. Grayscale: #686868. Windows color (decimal): -5811911 or 3756455. OLE color: 3756455.

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

Color convert

RGB 167 81 57 -
CMYK 0 0.51 0.66 0.35
HSL 13.09º 0.49% 0.44% -
HSV(B) 13.09º 0.66% 0.65% -
XYZ 19.62 14.4 5.62 -
YUV 103.98 101.49 172.95 -
System Red Green Blue C M Y K H S L
Decimal 167 81 57 0 0.51 0.66 0.35 13.09 0.49 0.44
Hex A7 51 39 0 33 42 23 D 31 2C
Octal 247 121 71 0 63 102 43 15 61 54
Binary 10100111 1010001 111001 0 110011 1000010 100011 1101 110001 101100

Color Harmonies of #A75139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75139

Black with #A75139

Text Example


Text Example

White with #A75139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75139; }

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

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

background-color css

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

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

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

border-color css

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

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

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