Html Css Color HEX #A75439 Orange Roughy

📋 copy color: '#A75439'

red 167 ◦ green 84 ◦ blue 57

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

Shades of Orange Roughy #A75439

Tints of Orange Roughy #A75439

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.27%

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

R = 54.22%
G = 27.27%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A75439 (or 0xA75439) is known color: Orange Roughy. HEX triplet: A7, 54 and 39. RGB value is (167,84,57). Sum of RGB (Red+Green+Blue) = 167+84+57=308 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.22% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 57 (22.66% from 255 or 18.51% from 308); Max value from RGB is 167 - color contains mainly: red. Hex color #A75439 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75439 is #58ABC6. Grayscale: #696969. Windows color (decimal): -5811143 or 3757223. OLE color: 3757223.

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

Color convert

RGB 167 84 57 -
CMYK 0 0.50 0.66 0.35
HSL 14.73º 0.49% 0.44% -
HSV(B) 14.73º 0.66% 0.65% -
XYZ 19.85 14.85 5.69 -
YUV 105.74 100.5 171.7 -
System Red Green Blue C M Y K H S L
Decimal 167 84 57 0 0.50 0.66 0.35 14.73 0.49 0.44
Hex A7 54 39 0 32 42 23 F 31 2C
Octal 247 124 71 0 62 102 43 17 61 54
Binary 10100111 1010100 111001 0 110010 1000010 100011 1111 110001 101100

Color Harmonies of #A75439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75439

Black with #A75439

Text Example


Text Example

White with #A75439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75439; }

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

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

background-color css

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

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

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

border-color css

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

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

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