Html Css Color HEX #A85136 Orange Roughy

📋 copy color: '#A85136'

red 168 ◦ green 81 ◦ blue 54

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

Shades of Orange Roughy #A85136

Tints of Orange Roughy #A85136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.82%

R = 55.45%
G = 26.73%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.34

RGB Variations

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

Color information

#A85136 (or 0xA85136) is known color: Orange Roughy. HEX triplet: A8, 51 and 36. RGB value is (168,81,54). Sum of RGB (Red+Green+Blue) = 168+81+54=303 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.45% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 54 (21.48% from 255 or 17.82% from 303); Max value from RGB is 168 - color contains mainly: red. Hex color #A85136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85136 is #57AEC9. Grayscale: #686868. Windows color (decimal): -5746378 or 3559848. OLE color: 3559848.

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

Color convert

RGB 168 81 54 -
CMYK 0 0.52 0.68 0.34
HSL 14.21º 0.51% 0.44% -
HSV(B) 14.21º 0.68% 0.66% -
XYZ 19.76 14.48 5.24 -
YUV 103.94 99.82 173.7 -
System Red Green Blue C M Y K H S L
Decimal 168 81 54 0 0.52 0.68 0.34 14.21 0.51 0.44
Hex A8 51 36 0 34 44 22 E 33 2C
Octal 250 121 66 0 64 104 42 16 63 54
Binary 10101000 1010001 110110 0 110100 1000100 100010 1110 110011 101100

Color Harmonies of #A85136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85136

Black with #A85136

Text Example


Text Example

White with #A85136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85136; }

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

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

background-color css

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

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

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

border-color css

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

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

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