Html Css Color HEX #A85538 Orange Roughy

📋 copy color: '#A85538'

red 168 ◦ green 85 ◦ blue 56

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

Shades of Orange Roughy #A85538

Tints of Orange Roughy #A85538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.12%

R = 54.37%
G = 27.51%
B = 18.12%

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

#A85538 (or 0xA85538) is known color: Orange Roughy. HEX triplet: A8, 55 and 38. RGB value is (168,85,56). Sum of RGB (Red+Green+Blue) = 168+85+56=309 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.37% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 168 - color contains mainly: red. Hex color #A85538 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85538 is #57AAC7. Grayscale: #6A6A6A. Windows color (decimal): -5745352 or 3691944. OLE color: 3691944.

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

Color convert

RGB 168 85 56 -
CMYK 0 0.49 0.67 0.34
HSL 15.54º 0.5% 0.44% -
HSV(B) 15.54º 0.67% 0.66% -
XYZ 20.11 15.11 5.6 -
YUV 106.51 99.5 171.86 -
System Red Green Blue C M Y K H S L
Decimal 168 85 56 0 0.49 0.67 0.34 15.54 0.5 0.44
Hex A8 55 38 0 31 43 22 10 32 2C
Octal 250 125 70 0 61 103 42 20 62 54
Binary 10101000 1010101 111000 0 110001 1000011 100010 10000 110010 101100

Color Harmonies of #A85538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85538

Black with #A85538

Text Example


Text Example

White with #A85538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85538; }

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

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

background-color css

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

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

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

border-color css

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

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

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