Html Css Color HEX #A85536 Orange Roughy

📋 copy color: '#A85536'

red 168 ◦ green 85 ◦ blue 54

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

Shades of Orange Roughy #A85536

Tints of Orange Roughy #A85536

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.69%

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

R = 54.72%
G = 27.69%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.68

 K value IS 0.34

RGB Variations

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

Color information

#A85536 (or 0xA85536) is known color: Orange Roughy. HEX triplet: A8, 55 and 36. RGB value is (168,85,54). Sum of RGB (Red+Green+Blue) = 168+85+54=307 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.72% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 54 (21.48% from 255 or 17.59% from 307); Max value from RGB is 168 - color contains mainly: red. Hex color #A85536 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85536 is #57AAC9. Grayscale: #6A6A6A. Windows color (decimal): -5745354 or 3560872. OLE color: 3560872.

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

Color convert

RGB 168 85 54 -
CMYK 0 0.49 0.68 0.34
HSL 16.32º 0.51% 0.44% -
HSV(B) 16.32º 0.68% 0.66% -
XYZ 20.06 15.09 5.34 -
YUV 106.28 98.5 172.02 -
System Red Green Blue C M Y K H S L
Decimal 168 85 54 0 0.49 0.68 0.34 16.32 0.51 0.44
Hex A8 55 36 0 31 44 22 10 33 2C
Octal 250 125 66 0 61 104 42 20 63 54
Binary 10101000 1010101 110110 0 110001 1000100 100010 10000 110011 101100

Color Harmonies of #A85536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85536

Black with #A85536

Text Example


Text Example

White with #A85536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85536; }

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

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

background-color css

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

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

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

border-color css

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

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

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