Html Css Color HEX #A95337 Orange Roughy

📋 copy color: '#A95337'

red 169 ◦ green 83 ◦ blue 55

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

Shades of Orange Roughy #A95337

Tints of Orange Roughy #A95337

RGB

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

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

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

R = 55.05%
G = 27.04%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.67

 K value IS 0.34

RGB Variations

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

Color information

#A95337 (or 0xA95337) is known color: Orange Roughy. HEX triplet: A9, 53 and 37. RGB value is (169,83,55). Sum of RGB (Red+Green+Blue) = 169+83+55=307 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.05% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 55 (21.88% from 255 or 17.92% from 307); Max value from RGB is 169 - color contains mainly: red. Hex color #A95337 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95337 is #56ACC8. Grayscale: #696969. Windows color (decimal): -5680329 or 3625897. OLE color: 3625897.

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

Color convert

RGB 169 83 55 -
CMYK 0 0.51 0.67 0.34
HSL 14.74º 0.51% 0.44% -
HSV(B) 14.74º 0.67% 0.66% -
XYZ 20.15 14.9 5.43 -
YUV 105.52 99.49 173.28 -
System Red Green Blue C M Y K H S L
Decimal 169 83 55 0 0.51 0.67 0.34 14.74 0.51 0.44
Hex A9 53 37 0 33 43 22 F 33 2C
Octal 251 123 67 0 63 103 42 17 63 54
Binary 10101001 1010011 110111 0 110011 1000011 100010 1111 110011 101100

Color Harmonies of #A95337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95337

Black with #A95337

Text Example


Text Example

White with #A95337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95337; }

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

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

background-color css

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

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

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

border-color css

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

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

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