Html Css Color HEX #A85134 Orange Roughy

📋 copy color: '#A85134'

red 168 ◦ green 81 ◦ blue 52

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

Shades of Orange Roughy #A85134

Tints of Orange Roughy #A85134

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.91%

 BLUE value IS 52 (20.7% from 255) = 17.28%

R = 55.81%
G = 26.91%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.69

 K value IS 0.34

RGB Variations

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

Color information

#A85134 (or 0xA85134) is known color: Orange Roughy. HEX triplet: A8, 51 and 34. RGB value is (168,81,52). Sum of RGB (Red+Green+Blue) = 168+81+52=301 (39% of max value = 765). Red value is 168 (66.02% from 255 or 55.81% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 168 - color contains mainly: red. Hex color #A85134 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85134 is #57AECB. Grayscale: #676767. Windows color (decimal): -5746380 or 3428776. OLE color: 3428776.

HSL color Cylindrical-coordinate representation of color #A85134: hue angle of 15º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A85134 is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 81 52 -
CMYK 0 0.52 0.69 0.34
HSL 15º 0.53% 0.43% -
HSV(B) 15º 0.69% 0.66% -
XYZ 19.71 14.46 5 -
YUV 103.71 98.82 173.86 -
System Red Green Blue C M Y K H S L
Decimal 168 81 52 0 0.52 0.69 0.34 15 0.53 0.43
Hex A8 51 34 0 34 45 22 F 35 2B
Octal 250 121 64 0 64 105 42 17 65 53
Binary 10101000 1010001 110100 0 110100 1000101 100010 1111 110101 101011

Color Harmonies of #A85134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85134

Black with #A85134

Text Example


Text Example

White with #A85134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85134; }

 p { color: rgb(168,81,52); }

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

background-color css

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

 a { background-color: rgb(168,81,52); }

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

border-color css

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

 span { border-color: rgb(168,81,52); }

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