Html Css Color HEX #A95336 Orange Roughy

📋 copy color: '#A95336'

red 169 ◦ green 83 ◦ blue 54

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

Shades of Orange Roughy #A95336

Tints of Orange Roughy #A95336

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.12%

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

R = 55.23%
G = 27.12%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.68

 K value IS 0.34

RGB Variations

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

Color information

#A95336 (or 0xA95336) is known color: Orange Roughy. HEX triplet: A9, 53 and 36. RGB value is (169,83,54). Sum of RGB (Red+Green+Blue) = 169+83+54=306 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.23% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 54 (21.48% from 255 or 17.65% from 306); Max value from RGB is 169 - color contains mainly: red. Hex color #A95336 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95336 is #56ACC9. Grayscale: #696969. Windows color (decimal): -5680330 or 3560361. OLE color: 3560361.

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

Color convert

RGB 169 83 54 -
CMYK 0 0.51 0.68 0.34
HSL 15.13º 0.52% 0.44% -
HSV(B) 15.13º 0.68% 0.66% -
XYZ 20.12 14.89 5.3 -
YUV 105.41 98.99 173.36 -
System Red Green Blue C M Y K H S L
Decimal 169 83 54 0 0.51 0.68 0.34 15.13 0.52 0.44
Hex A9 53 36 0 33 44 22 F 34 2C
Octal 251 123 66 0 63 104 42 17 64 54
Binary 10101001 1010011 110110 0 110011 1000100 100010 1111 110100 101100

Color Harmonies of #A95336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95336

Black with #A95336

Text Example


Text Example

White with #A95336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95336; }

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

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

background-color css

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

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

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

border-color css

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

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

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