Html Css Color HEX #A85139 Orange Roughy

📋 copy color: '#A85139'

red 168 ◦ green 81 ◦ blue 57

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

Shades of Orange Roughy #A85139

Tints of Orange Roughy #A85139

RGB

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

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

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

R = 54.9%
G = 26.47%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.34

RGB Variations

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

Color information

#A85139 (or 0xA85139) is known color: Orange Roughy. HEX triplet: A8, 51 and 39. RGB value is (168,81,57). Sum of RGB (Red+Green+Blue) = 168+81+57=306 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.90% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 57 (22.66% from 255 or 18.63% from 306); Max value from RGB is 168 - color contains mainly: red. Hex color #A85139 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85139 is #57AEC6. Grayscale: #686868. Windows color (decimal): -5746375 or 3756456. OLE color: 3756456.

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

Color convert

RGB 168 81 57 -
CMYK 0 0.52 0.66 0.34
HSL 12.97º 0.49% 0.44% -
HSV(B) 12.97º 0.66% 0.66% -
XYZ 19.83 14.51 5.63 -
YUV 104.28 101.32 173.45 -
System Red Green Blue C M Y K H S L
Decimal 168 81 57 0 0.52 0.66 0.34 12.97 0.49 0.44
Hex A8 51 39 0 34 42 22 D 31 2C
Octal 250 121 71 0 64 102 42 15 61 54
Binary 10101000 1010001 111001 0 110100 1000010 100010 1101 110001 101100

Color Harmonies of #A85139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85139

Black with #A85139

Text Example


Text Example

White with #A85139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85139; }

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

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

background-color css

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

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

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

border-color css

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

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

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