Html Css Color HEX #A85639 Orange Roughy

📋 copy color: '#A85639'

red 168 ◦ green 86 ◦ blue 57

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

Shades of Orange Roughy #A85639

Tints of Orange Roughy #A85639

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.65%

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

R = 54.02%
G = 27.65%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.34

RGB Variations

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

Color information

#A85639 (or 0xA85639) is known color: Orange Roughy. HEX triplet: A8, 56 and 39. RGB value is (168,86,57). Sum of RGB (Red+Green+Blue) = 168+86+57=311 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.02% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 57 (22.66% from 255 or 18.33% from 311); Max value from RGB is 168 - color contains mainly: red. Hex color #A85639 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85639 is #57A9C6. Grayscale: #6B6B6B. Windows color (decimal): -5745095 or 3757736. OLE color: 3757736.

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

Color convert

RGB 168 86 57 -
CMYK 0 0.49 0.66 0.34
HSL 15.68º 0.49% 0.44% -
HSV(B) 15.68º 0.66% 0.66% -
XYZ 20.21 15.28 5.75 -
YUV 107.21 99.67 171.36 -
System Red Green Blue C M Y K H S L
Decimal 168 86 57 0 0.49 0.66 0.34 15.68 0.49 0.44
Hex A8 56 39 0 31 42 22 10 31 2C
Octal 250 126 71 0 61 102 42 20 61 54
Binary 10101000 1010110 111001 0 110001 1000010 100010 10000 110001 101100

Color Harmonies of #A85639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85639

Black with #A85639

Text Example


Text Example

White with #A85639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85639; }

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

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

background-color css

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

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

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

border-color css

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

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

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