Html Css Color HEX #A94E39 Orange Roughy

📋 copy color: '#A94E39'

red 169 ◦ green 78 ◦ blue 57

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

Shades of Orange Roughy #A94E39

Tints of Orange Roughy #A94E39

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.66%

 BLUE value IS 57 (22.66% from 255) = 18.75%

R = 55.59%
G = 25.66%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.66

 K value IS 0.34

RGB Variations

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

Color information

#A94E39 (or 0xA94E39) is known color: Orange Roughy. HEX triplet: A9, 4E and 39. RGB value is (169,78,57). Sum of RGB (Red+Green+Blue) = 169+78+57=304 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.59% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 57 (22.66% from 255 or 18.75% from 304); Max value from RGB is 169 - color contains mainly: red. Hex color #A94E39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A94E39 is #56B1C6. Grayscale: #666666. Windows color (decimal): -5681607 or 3755689. OLE color: 3755689.

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

Color convert

RGB 169 78 57 -
CMYK 0 0.54 0.66 0.34
HSL 11.25º 0.5% 0.44% -
HSV(B) 11.25º 0.66% 0.66% -
XYZ 19.83 14.18 5.56 -
YUV 102.82 102.15 175.21 -
System Red Green Blue C M Y K H S L
Decimal 169 78 57 0 0.54 0.66 0.34 11.25 0.5 0.44
Hex A9 4E 39 0 36 42 22 B 32 2C
Octal 251 116 71 0 66 102 42 13 62 54
Binary 10101001 1001110 111001 0 110110 1000010 100010 1011 110010 101100

Color Harmonies of #A94E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94E39

Black with #A94E39

Text Example


Text Example

White with #A94E39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94E39; }

 p { color: rgb(169,78,57); }

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

background-color css

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

 a { background-color: rgb(169,78,57); }

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

border-color css

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

 span { border-color: rgb(169,78,57); }

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