Html Css Color HEX #A85637 Orange Roughy

📋 copy color: '#A85637'

red 168 ◦ green 86 ◦ blue 55

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

Shades of Orange Roughy #A85637

Tints of Orange Roughy #A85637

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.8%

R = 54.37%
G = 27.83%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0.34

RGB Variations

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

Color information

#A85637 (or 0xA85637) is known color: Orange Roughy. HEX triplet: A8, 56 and 37. RGB value is (168,86,55). Sum of RGB (Red+Green+Blue) = 168+86+55=309 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.37% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 55 (21.88% from 255 or 17.80% from 309); Max value from RGB is 168 - color contains mainly: red. Hex color #A85637 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85637 is #57A9C8. Grayscale: #6B6B6B. Windows color (decimal): -5745097 or 3626664. OLE color: 3626664.

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

Color convert

RGB 168 86 55 -
CMYK 0 0.49 0.67 0.34
HSL 16.46º 0.51% 0.44% -
HSV(B) 16.46º 0.67% 0.66% -
XYZ 20.17 15.26 5.5 -
YUV 106.98 98.67 171.52 -
System Red Green Blue C M Y K H S L
Decimal 168 86 55 0 0.49 0.67 0.34 16.46 0.51 0.44
Hex A8 56 37 0 31 43 22 10 33 2C
Octal 250 126 67 0 61 103 42 20 63 54
Binary 10101000 1010110 110111 0 110001 1000011 100010 10000 110011 101100

Color Harmonies of #A85637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85637

Black with #A85637

Text Example


Text Example

White with #A85637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85637; }

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

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

background-color css

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

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

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

border-color css

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

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

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