Html Css Color HEX #A94D39 Orange Roughy

📋 copy color: '#A94D39'

red 169 ◦ green 77 ◦ blue 57

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

Shades of Orange Roughy #A94D39

Tints of Orange Roughy #A94D39

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.41%

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

R = 55.78%
G = 25.41%
B = 18.81%

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

#A94D39 (or 0xA94D39) is known color: Orange Roughy. HEX triplet: A9, 4D and 39. RGB value is (169,77,57). Sum of RGB (Red+Green+Blue) = 169+77+57=303 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.78% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 57 (22.66% from 255 or 18.81% from 303); Max value from RGB is 169 - color contains mainly: red. Hex color #A94D39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A94D39 is #56B2C6. Grayscale: #666666. Windows color (decimal): -5681863 or 3755433. OLE color: 3755433.

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

Color convert

RGB 169 77 57 -
CMYK 0 0.54 0.66 0.34
HSL 10.71º 0.5% 0.44% -
HSV(B) 10.71º 0.66% 0.66% -
XYZ 19.75 14.04 5.54 -
YUV 102.23 102.48 175.63 -
System Red Green Blue C M Y K H S L
Decimal 169 77 57 0 0.54 0.66 0.34 10.71 0.5 0.44
Hex A9 4D 39 0 36 42 22 B 32 2C
Octal 251 115 71 0 66 102 42 13 62 54
Binary 10101001 1001101 111001 0 110110 1000010 100010 1011 110010 101100

Color Harmonies of #A94D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94D39

Black with #A94D39

Text Example


Text Example

White with #A94D39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94D39; }

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

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

background-color css

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

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

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

border-color css

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

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

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