Html Css Color HEX #A85239 Orange Roughy

📋 copy color: '#A85239'

red 168 ◦ green 82 ◦ blue 57

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

Shades of Orange Roughy #A85239

Tints of Orange Roughy #A85239

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.71%

 BLUE value IS 57 (22.66% from 255) = 18.57%

R = 54.72%
G = 26.71%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.66

 K value IS 0.34

RGB Variations

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

Color information

#A85239 (or 0xA85239) is known color: Orange Roughy. HEX triplet: A8, 52 and 39. RGB value is (168,82,57). Sum of RGB (Red+Green+Blue) = 168+82+57=307 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.72% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 57 (22.66% from 255 or 18.57% from 307); Max value from RGB is 168 - color contains mainly: red. Hex color #A85239 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85239 is #57ADC6. Grayscale: #696969. Windows color (decimal): -5746119 or 3756712. OLE color: 3756712.

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

Color convert

RGB 168 82 57 -
CMYK 0 0.51 0.66 0.34
HSL 13.51º 0.49% 0.44% -
HSV(B) 13.51º 0.66% 0.66% -
XYZ 19.9 14.65 5.65 -
YUV 104.86 100.99 173.03 -
System Red Green Blue C M Y K H S L
Decimal 168 82 57 0 0.51 0.66 0.34 13.51 0.49 0.44
Hex A8 52 39 0 33 42 22 E 31 2C
Octal 250 122 71 0 63 102 42 16 61 54
Binary 10101000 1010010 111001 0 110011 1000010 100010 1110 110001 101100

Color Harmonies of #A85239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85239

Black with #A85239

Text Example


Text Example

White with #A85239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85239; }

 p { color: rgb(168,82,57); }

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

background-color css

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

 a { background-color: rgb(168,82,57); }

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

border-color css

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

 span { border-color: rgb(168,82,57); }

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