Html Css Color HEX #A94C3A Orange Roughy

📋 copy color: '#A94C3A'

red 169 ◦ green 76 ◦ blue 58

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

Shades of Orange Roughy #A94C3A

Tints of Orange Roughy #A94C3A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.08%

 BLUE value IS 58 (23.05% from 255) = 19.14%

R = 55.78%
G = 25.08%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.66

 K value IS 0.34

RGB Variations

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

Color information

#A94C3A (or 0xA94C3A) is known color: Orange Roughy. HEX triplet: A9, 4C and 3A. RGB value is (169,76,58). Sum of RGB (Red+Green+Blue) = 169+76+58=303 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.78% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 58 (23.05% from 255 or 19.14% from 303); Max value from RGB is 169 - color contains mainly: red. Hex color #A94C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94C3A is #56B3C5. Grayscale: #656565. Windows color (decimal): -5682118 or 3820713. OLE color: 3820713.

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

Color convert

RGB 169 76 58 -
CMYK 0 0.55 0.66 0.34
HSL 9.73º 0.49% 0.45% -
HSV(B) 9.73º 0.66% 0.66% -
XYZ 19.71 13.91 5.65 -
YUV 101.76 103.31 175.96 -
System Red Green Blue C M Y K H S L
Decimal 169 76 58 0 0.55 0.66 0.34 9.73 0.49 0.45
Hex A9 4C 3A 0 37 42 22 A 31 2D
Octal 251 114 72 0 67 102 42 12 61 55
Binary 10101001 1001100 111010 0 110111 1000010 100010 1010 110001 101101

Color Harmonies of #A94C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94C3A

Black with #A94C3A

Text Example


Text Example

White with #A94C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94C3A; }

 p { color: rgb(169,76,58); }

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

background-color css

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

 a { background-color: rgb(169,76,58); }

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

border-color css

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

 span { border-color: rgb(169,76,58); }

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