Html Css Color HEX #A85537 Orange Roughy

📋 copy color: '#A85537'

red 168 ◦ green 85 ◦ blue 55

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

Shades of Orange Roughy #A85537

Tints of Orange Roughy #A85537

RGB

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

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

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

R = 54.55%
G = 27.6%
B = 17.86%

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

#A85537 (or 0xA85537) is known color: Orange Roughy. HEX triplet: A8, 55 and 37. RGB value is (168,85,55). Sum of RGB (Red+Green+Blue) = 168+85+55=308 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.55% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 55 (21.88% from 255 or 17.86% from 308); Max value from RGB is 168 - color contains mainly: red. Hex color #A85537 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85537 is #57AAC8. Grayscale: #6A6A6A. Windows color (decimal): -5745353 or 3626408. OLE color: 3626408.

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

Color convert

RGB 168 85 55 -
CMYK 0 0.49 0.67 0.34
HSL 15.93º 0.51% 0.44% -
HSV(B) 15.93º 0.67% 0.66% -
XYZ 20.09 15.1 5.47 -
YUV 106.4 99 171.94 -
System Red Green Blue C M Y K H S L
Decimal 168 85 55 0 0.49 0.67 0.34 15.93 0.51 0.44
Hex A8 55 37 0 31 43 22 10 33 2C
Octal 250 125 67 0 61 103 42 20 63 54
Binary 10101000 1010101 110111 0 110001 1000011 100010 10000 110011 101100

Color Harmonies of #A85537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85537

Black with #A85537

Text Example


Text Example

White with #A85537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85537; }

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

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

background-color css

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

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

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

border-color css

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

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

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