Html Css Color HEX #A85237 Orange Roughy

📋 copy color: '#A85237'

red 168 ◦ green 82 ◦ blue 55

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

Shades of Orange Roughy #A85237

Tints of Orange Roughy #A85237

RGB

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

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

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

R = 55.08%
G = 26.89%
B = 18.03%

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

#A85237 (or 0xA85237) is known color: Orange Roughy. HEX triplet: A8, 52 and 37. RGB value is (168,82,55). Sum of RGB (Red+Green+Blue) = 168+82+55=305 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.08% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 55 (21.88% from 255 or 18.03% from 305); Max value from RGB is 168 - color contains mainly: red. Hex color #A85237 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85237 is #57ADC8. Grayscale: #686868. Windows color (decimal): -5746121 or 3625640. OLE color: 3625640.

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

Color convert

RGB 168 82 55 -
CMYK 0 0.51 0.67 0.34
HSL 14.34º 0.51% 0.44% -
HSV(B) 14.34º 0.67% 0.66% -
XYZ 19.86 14.64 5.39 -
YUV 104.64 99.99 173.2 -
System Red Green Blue C M Y K H S L
Decimal 168 82 55 0 0.51 0.67 0.34 14.34 0.51 0.44
Hex A8 52 37 0 33 43 22 E 33 2C
Octal 250 122 67 0 63 103 42 16 63 54
Binary 10101000 1010010 110111 0 110011 1000011 100010 1110 110011 101100

Color Harmonies of #A85237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85237

Black with #A85237

Text Example


Text Example

White with #A85237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85237; }

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

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

background-color css

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

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

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

border-color css

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

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

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