Html Css Color HEX #A95536 Orange Roughy

📋 copy color: '#A95536'

red 169 ◦ green 85 ◦ blue 54

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

Shades of Orange Roughy #A95536

Tints of Orange Roughy #A95536

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.6%

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

R = 54.87%
G = 27.6%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.68

 K value IS 0.34

RGB Variations

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

Color information

#A95536 (or 0xA95536) is known color: Orange Roughy. HEX triplet: A9, 55 and 36. RGB value is (169,85,54). Sum of RGB (Red+Green+Blue) = 169+85+54=308 (40% of max value = 765). Red value is 169 (66.41% from 255 or 54.87% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 54 (21.48% from 255 or 17.53% from 308); Max value from RGB is 169 - color contains mainly: red. Hex color #A95536 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95536 is #56AAC9. Grayscale: #6A6A6A. Windows color (decimal): -5679818 or 3560873. OLE color: 3560873.

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

Color convert

RGB 169 85 54 -
CMYK 0 0.50 0.68 0.34
HSL 16.17º 0.52% 0.44% -
HSV(B) 16.17º 0.68% 0.66% -
XYZ 20.28 15.2 5.35 -
YUV 106.58 98.33 172.52 -
System Red Green Blue C M Y K H S L
Decimal 169 85 54 0 0.50 0.68 0.34 16.17 0.52 0.44
Hex A9 55 36 0 32 44 22 10 34 2C
Octal 251 125 66 0 62 104 42 20 64 54
Binary 10101001 1010101 110110 0 110010 1000100 100010 10000 110100 101100

Color Harmonies of #A95536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95536

Black with #A95536

Text Example


Text Example

White with #A95536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95536; }

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

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

background-color css

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

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

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

border-color css

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

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

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