Html Css Color HEX #A95637 Orange Roughy

📋 copy color: '#A95637'

red 169 ◦ green 86 ◦ blue 55

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

Shades of Orange Roughy #A95637

Tints of Orange Roughy #A95637

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.74%

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

R = 54.52%
G = 27.74%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0.34

RGB Variations

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

Color information

#A95637 (or 0xA95637) is known color: Orange Roughy. HEX triplet: A9, 56 and 37. RGB value is (169,86,55). Sum of RGB (Red+Green+Blue) = 169+86+55=310 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.52% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 55 (21.88% from 255 or 17.74% from 310); Max value from RGB is 169 - color contains mainly: red. Hex color #A95637 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95637 is #56A9C8. Grayscale: #6B6B6B. Windows color (decimal): -5679561 or 3626665. OLE color: 3626665.

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

Color convert

RGB 169 86 55 -
CMYK 0 0.49 0.67 0.34
HSL 16.32º 0.51% 0.44% -
HSV(B) 16.32º 0.67% 0.66% -
XYZ 20.38 15.37 5.51 -
YUV 107.28 98.5 172.02 -
System Red Green Blue C M Y K H S L
Decimal 169 86 55 0 0.49 0.67 0.34 16.32 0.51 0.44
Hex A9 56 37 0 31 43 22 10 33 2C
Octal 251 126 67 0 61 103 42 20 63 54
Binary 10101001 1010110 110111 0 110001 1000011 100010 10000 110011 101100

Color Harmonies of #A95637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95637

Black with #A95637

Text Example


Text Example

White with #A95637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95637; }

 p { color: rgb(169,86,55); }

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

background-color css

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

 a { background-color: rgb(169,86,55); }

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

border-color css

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

 span { border-color: rgb(169,86,55); }

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