Html Css Color HEX #A85337 Orange Roughy

📋 copy color: '#A85337'

red 168 ◦ green 83 ◦ blue 55

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

Shades of Orange Roughy #A85337

Tints of Orange Roughy #A85337

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.12%

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

R = 54.9%
G = 27.12%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.67

 K value IS 0.34

RGB Variations

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

Color information

#A85337 (or 0xA85337) is known color: Orange Roughy. HEX triplet: A8, 53 and 37. RGB value is (168,83,55). Sum of RGB (Red+Green+Blue) = 168+83+55=306 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.90% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 55 (21.88% from 255 or 17.97% from 306); Max value from RGB is 168 - color contains mainly: red. Hex color #A85337 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85337 is #57ACC8. Grayscale: #696969. Windows color (decimal): -5745865 or 3625896. OLE color: 3625896.

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

Color convert

RGB 168 83 55 -
CMYK 0 0.51 0.67 0.34
HSL 14.87º 0.51% 0.44% -
HSV(B) 14.87º 0.67% 0.66% -
XYZ 19.93 14.79 5.42 -
YUV 105.22 99.66 172.78 -
System Red Green Blue C M Y K H S L
Decimal 168 83 55 0 0.51 0.67 0.34 14.87 0.51 0.44
Hex A8 53 37 0 33 43 22 F 33 2C
Octal 250 123 67 0 63 103 42 17 63 54
Binary 10101000 1010011 110111 0 110011 1000011 100010 1111 110011 101100

Color Harmonies of #A85337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85337

Black with #A85337

Text Example


Text Example

White with #A85337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85337; }

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

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

background-color css

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

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

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

border-color css

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

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

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