Html Css Color HEX #A95136 Orange Roughy

📋 copy color: '#A95136'

red 169 ◦ green 81 ◦ blue 54

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

Shades of Orange Roughy #A95136

Tints of Orange Roughy #A95136

RGB

 RED value IS 169 (66.41% from 255) = 55.59%

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

 BLUE value IS 54 (21.48% from 255) = 17.76%

R = 55.59%
G = 26.64%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.34

RGB Variations

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

Color information

#A95136 (or 0xA95136) is known color: Orange Roughy. HEX triplet: A9, 51 and 36. RGB value is (169,81,54). Sum of RGB (Red+Green+Blue) = 169+81+54=304 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.59% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 54 (21.48% from 255 or 17.76% from 304); Max value from RGB is 169 - color contains mainly: red. Hex color #A95136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95136 is #56AEC9. Grayscale: #686868. Windows color (decimal): -5680842 or 3559849. OLE color: 3559849.

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

Color convert

RGB 169 81 54 -
CMYK 0 0.52 0.68 0.34
HSL 14.09º 0.52% 0.44% -
HSV(B) 14.09º 0.68% 0.66% -
XYZ 19.97 14.59 5.25 -
YUV 104.23 99.65 174.2 -
System Red Green Blue C M Y K H S L
Decimal 169 81 54 0 0.52 0.68 0.34 14.09 0.52 0.44
Hex A9 51 36 0 34 44 22 E 34 2C
Octal 251 121 66 0 64 104 42 16 64 54
Binary 10101001 1010001 110110 0 110100 1000100 100010 1110 110100 101100

Color Harmonies of #A95136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95136

Black with #A95136

Text Example


Text Example

White with #A95136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95136; }

 p { color: rgb(169,81,54); }

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

background-color css

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

 a { background-color: rgb(169,81,54); }

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

border-color css

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

 span { border-color: rgb(169,81,54); }

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