Html Css Color HEX #A85739 Orange Roughy

📋 copy color: '#A85739'

red 168 ◦ green 87 ◦ blue 57

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

Shades of Orange Roughy #A85739

Tints of Orange Roughy #A85739

RGB

 RED value IS 168 (66.02% from 255) = 53.85%

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

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

R = 53.85%
G = 27.88%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.34

RGB Variations

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

Color information

#A85739 (or 0xA85739) is known color: Orange Roughy. HEX triplet: A8, 57 and 39. RGB value is (168,87,57). Sum of RGB (Red+Green+Blue) = 168+87+57=312 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.85% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 57 (22.66% from 255 or 18.27% from 312); Max value from RGB is 168 - color contains mainly: red. Hex color #A85739 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85739 is #57A8C6. Grayscale: #6B6B6B. Windows color (decimal): -5744839 or 3757992. OLE color: 3757992.

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

Color convert

RGB 168 87 57 -
CMYK 0 0.48 0.66 0.34
HSL 16.22º 0.49% 0.44% -
HSV(B) 16.22º 0.66% 0.66% -
XYZ 20.3 15.44 5.78 -
YUV 107.8 99.34 170.94 -
System Red Green Blue C M Y K H S L
Decimal 168 87 57 0 0.48 0.66 0.34 16.22 0.49 0.44
Hex A8 57 39 0 30 42 22 10 31 2C
Octal 250 127 71 0 60 102 42 20 61 54
Binary 10101000 1010111 111001 0 110000 1000010 100010 10000 110001 101100

Color Harmonies of #A85739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85739

Black with #A85739

Text Example


Text Example

White with #A85739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85739; }

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

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

background-color css

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

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

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

border-color css

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

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

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