Html Css Color HEX #A85839 Orange Roughy

📋 copy color: '#A85839'

red 168 ◦ green 88 ◦ blue 57

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

Shades of Orange Roughy #A85839

Tints of Orange Roughy #A85839

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.12%

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

R = 53.67%
G = 28.12%
B = 18.21%

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

#A85839 (or 0xA85839) is known color: Orange Roughy. HEX triplet: A8, 58 and 39. RGB value is (168,88,57). Sum of RGB (Red+Green+Blue) = 168+88+57=313 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.67% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 57 (22.66% from 255 or 18.21% from 313); Max value from RGB is 168 - color contains mainly: red. Hex color #A85839 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85839 is #57A7C6. Grayscale: #6C6C6C. Windows color (decimal): -5744583 or 3758248. OLE color: 3758248.

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

Color convert

RGB 168 88 57 -
CMYK 0 0.48 0.66 0.34
HSL 16.76º 0.49% 0.44% -
HSV(B) 16.76º 0.66% 0.66% -
XYZ 20.38 15.6 5.81 -
YUV 108.39 99 170.52 -
System Red Green Blue C M Y K H S L
Decimal 168 88 57 0 0.48 0.66 0.34 16.76 0.49 0.44
Hex A8 58 39 0 30 42 22 11 31 2C
Octal 250 130 71 0 60 102 42 21 61 54
Binary 10101000 1011000 111001 0 110000 1000010 100010 10001 110001 101100

Color Harmonies of #A85839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85839

Black with #A85839

Text Example


Text Example

White with #A85839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85839; }

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

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

background-color css

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

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

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

border-color css

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

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

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